smbldap: Fix typo in debug message.
authorKarolin Seeger <kseeger@samba.org>
Fri, 18 Jul 2008 07:38:03 +0000 (09:38 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 18 Jul 2008 07:38:32 +0000 (09:38 +0200)
Karolin
(This used to be commit 6e9e85b897431d7378396aada2c32ae470af0edd)

source3/lib/smbldap.c

index efe3a1b4dbfe62d2e1926b42dd390bfd3e9d7be7..93494d6dadbcf616dd6b962661aa6a7f59f24c9d 100644 (file)
@@ -1028,7 +1028,7 @@ static int smbldap_open(struct smbldap_state *ldap_state)
                
 #ifndef NO_LDAP_SECURITY
        if (geteuid() != 0) {
-               DEBUG(0, ("smbldap_open: cannot access LDAP when not root..\n"));
+               DEBUG(0, ("smbldap_open: cannot access LDAP when not root\n"));
                return  LDAP_INSUFFICIENT_ACCESS;
        }
 #endif