summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-07-18 09:38:03 +0200
committerKarolin Seeger <kseeger@samba.org>2008-07-18 09:38:32 +0200
commit45afa8d894519f9b7ca7b468fffda7531440934b (patch)
tree35af303855b3e4f05c69546ed945705c3ea58d5f /source3/lib
parent1484b7f3b540a9a9ec77199cea034f6368f6d2ad (diff)
downloadsamba-45afa8d894519f9b7ca7b468fffda7531440934b.tar.gz
samba-45afa8d894519f9b7ca7b468fffda7531440934b.tar.bz2
samba-45afa8d894519f9b7ca7b468fffda7531440934b.zip
smbldap: Fix typo in debug message.
Karolin (This used to be commit 6e9e85b897431d7378396aada2c32ae470af0edd)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/smbldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index efe3a1b4db..93494d6dad 100644
--- a/source3/lib/smbldap.c
+++ b/source3/lib/smbldap.c
@@ -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