svn commit: lorikeet r132 - in trunk/heimdal/lib/hdb: .

metze at samba.org metze at samba.org
Fri Nov 19 13:25:30 GMT 2004


Author: metze
Date: 2004-11-19 13:25:30 +0000 (Fri, 19 Nov 2004)
New Revision: 132

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

Log:
fix typos in debug messages

metze

Modified:
   trunk/heimdal/lib/hdb/hdb-ldb.c


Changeset:
Modified: trunk/heimdal/lib/hdb/hdb-ldb.c
===================================================================
--- trunk/heimdal/lib/hdb/hdb-ldb.c	2004-11-19 12:58:08 UTC (rev 131)
+++ trunk/heimdal/lib/hdb/hdb-ldb.c	2004-11-19 13:25:30 UTC (rev 132)
@@ -218,10 +218,10 @@
 
 	unparsed_name = ldb_msg_find_string(msg, "servicePrincipalName", NULL);
 	if (unparsed_name == NULL) {
-		krb5_warnx(context, "LDB_message2entry: no userPrincipalName\n");
+		krb5_warnx(context, "LDB_message2entry: no servicePrincipalName\n");
 		unparsed_name = ldb_msg_find_string(msg, "userPrincipalName", NULL);
 		if (unparsed_name == NULL) {
-			krb5_warnx(context, "LDB_message2entry: no servicePrincipalName\n");
+			krb5_warnx(context, "LDB_message2entry: no userPrincipalName\n");
 			unparsed_name = ldb_msg_find_string(msg, "samAccountName", NULL);
 			if (unparsed_name == NULL) {
 				krb5_warnx(context, "LDB_message2entry: no userPrincipalName\n");



More information about the samba-cvs mailing list