summaryrefslogtreecommitdiff
path: root/source/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:40:50 +0200
commite51d5026e6d9ef4d014ee6426213809f8c7d88da (patch)
treed6fdfd7dce3c6ae1885fd0d1013131e143f67e29 /source/lib
parent792ad61c20edc7763cd9fe92cc1f3324d90c541b (diff)
downloadsamba-e51d5026e6d9ef4d014ee6426213809f8c7d88da.tar.gz
smbldap: Fix typo in debug message.
Karolin (cherry picked from commit 6e9e85b897431d7378396aada2c32ae470af0edd) (cherry picked from commit 1e6ae16bce110e282400026c9af8e1b3d9f2e6b4)
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/smbldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c
index 4f5909ea99b..bcde53c3e5c 100644
--- a/source/lib/smbldap.c
+++ b/source/lib/smbldap.c
@@ -1026,7 +1026,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