Lines Matching refs:LDAPDefaults
3965 static SM_LDAP_STRUCT *LDAPDefaults = NULL; variable
4587 if (lmap == NULL || lmap != LDAPDefaults)
4591 if (LDAPDefaults == NULL)
4594 STRUCTCOPY(*LDAPDefaults, *lmap);
5067 (LDAPDefaults == NULL ||
5068 LDAPDefaults == lmap ||
5069 LDAPDefaults->ldap_host != lmap->ldap_host))
5074 (LDAPDefaults == NULL ||
5075 LDAPDefaults == lmap ||
5076 LDAPDefaults->ldap_uri != lmap->ldap_uri))
5081 (LDAPDefaults == NULL ||
5082 LDAPDefaults == lmap ||
5083 LDAPDefaults->ldap_binddn != lmap->ldap_binddn))
5087 (LDAPDefaults == NULL ||
5088 LDAPDefaults == lmap ||
5089 LDAPDefaults->ldap_secret != lmap->ldap_secret))
5168 (LDAPDefaults == NULL ||
5169 LDAPDefaults == lmap ||
5170 LDAPDefaults->ldap_secret != lmap->ldap_secret))
5174 (LDAPDefaults == NULL ||
5175 LDAPDefaults == lmap ||
5176 LDAPDefaults->ldap_base != lmap->ldap_base))
5191 if (lmap == LDAPDefaults)
5378 if (LDAPDefaults == NULL)
5379 LDAPDefaults = (SM_LDAP_STRUCT *) xalloc(sizeof(*LDAPDefaults));
5380 sm_ldap_clear(LDAPDefaults);
5392 map.map_db1 = (ARBPTR_T) LDAPDefaults;
5408 if (LDAPDefaults->ldap_filter != NULL)
5413 LDAPDefaults->ldap_filter = NULL;
5416 if (LDAPDefaults->ldap_attr[0] != NULL)
5420 LDAPDefaults->ldap_attr[0] = NULL;