r11847: Fix typo.
authorGünther Deschner <gd@samba.org>
Tue, 22 Nov 2005 12:45:53 +0000 (12:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:29 +0000 (11:05 -0500)
Guenther
(This used to be commit 6aefb3aebbbba486ea44ec9ef7bc46e0776eeba8)

source3/passdb/pdb_ldap.c

index 92ef5133258ce59b5b038cc69dfb137af2c097ea..8a9730c3c8aca9fc8280f09708e58473e87cc0fe 100644 (file)
@@ -3415,7 +3415,7 @@ static NTSTATUS ldapsam_get_account_policy_from_ldap(struct pdb_methods *methods
                ldap_get_option(ldap_state->smbldap_state->ldap_struct,
                                LDAP_OPT_ERROR_STRING,&ld_error);
                
-               DEBUG(0, ("ldapsam_get_account_policy_from_ldap: Could not set account policy "
+               DEBUG(0, ("ldapsam_get_account_policy_from_ldap: Could not get account policy "
                          "for %s, error: %s (%s)\n", ldap_state->domain_dn, ldap_err2string(rc),
                          ld_error?ld_error:"unknown"));
                SAFE_FREE(ld_error);