Displaying 2 results from an estimated 2 matches for "ldapmod".
2004 Jan 27
1
Group mapping bugs + PATCH
...in LDAP\n"));
+ return NT_STATUS_UNSUCCESSFUL;
+ }
+
rc = ldapsam_search_one_group_by_gid(ldap_state, map->gid,
&result);
if (rc != LDAP_SUCCESS) {
ldap_msgfree(result);
@@ -1991,6 +1997,14 @@
LDAPMessage *entry = NULL;
LDAPMod **mods = NULL;
+ GROUP_MAP dummy;
+
+ if (NT_STATUS_IS_OK(ldapsam_getgrgid(methods, &dummy,
+ map->gid))) {
+ DEBUG(0, ("ldapsam_update_group_mapping_entry: Unix group %ld
already mapped in LDAP\n", (unsigned long)map-&g...
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
...8921a0
"ou=users,o=domain", table_name=0x7fffff8920a0 "sip",
attribute=0x80907bde6 "name", lookup=0x802859a00 "dummyuzer",
ap=0x7fffff892080)
at res_config_ldap.c:1285
error = 0
ldap_entry = (LDAPMessage *) 0x8028bcf80
ldap_mods = (LDAPMod **) 0x8028d0220
newparam = 0x0
newval = 0x802859bd0 "dummyuzer"
dn = 0x8028d01f0 "uid=dummyuzer,ou=users,o=domain"
num_entries = 1
i = 0
mods_size = 5
mod_exists = 0
table_config = (struct ldap_table_config *) 0x802...