mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
smbldap: Fix typo in debug message.
Karolin
(This used to be commit 6e9e85b897
)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user