svn commit: samba r13836 - in trunk/source/passdb: .

idra at samba.org idra at samba.org
Sat Mar 4 23:29:31 GMT 2006


Author: idra
Date: 2006-03-04 23:29:30 +0000 (Sat, 04 Mar 2006)
New Revision: 13836

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13836

Log:

Fix slightly misleading error string


Modified:
   trunk/source/passdb/pdb_ldap.c


Changeset:
Modified: trunk/source/passdb/pdb_ldap.c
===================================================================
--- trunk/source/passdb/pdb_ldap.c	2006-03-04 19:56:45 UTC (rev 13835)
+++ trunk/source/passdb/pdb_ldap.c	2006-03-04 23:29:30 UTC (rev 13836)
@@ -1970,7 +1970,7 @@
 		num_result = ldap_count_entries(ldap_state->smbldap_state->ldap_struct, result);
 		
 		if (num_result > 1) {
-			DEBUG (0, ("ldapsam_add_sam_account: More than one user with that uid exists: bailing out!\n"));
+			DEBUG (0, ("ldapsam_add_sam_account: More than one user with specified Sid exists: bailing out!\n"));
 			TALLOC_FREE( attr_list );
 			ldap_msgfree(result);
 			return NT_STATUS_UNSUCCESSFUL;



More information about the samba-cvs mailing list