Lines Matching refs:LDAPDefaults
3781 static SM_LDAP_STRUCT *LDAPDefaults = NULL; variable
4335 if (lmap == NULL || lmap != LDAPDefaults)
4339 if (LDAPDefaults == NULL)
4342 STRUCTCOPY(*LDAPDefaults, *lmap);
4813 (LDAPDefaults == NULL ||
4814 LDAPDefaults == lmap ||
4815 LDAPDefaults->ldap_host != lmap->ldap_host))
4820 (LDAPDefaults == NULL ||
4821 LDAPDefaults == lmap ||
4822 LDAPDefaults->ldap_uri != lmap->ldap_uri))
4827 (LDAPDefaults == NULL ||
4828 LDAPDefaults == lmap ||
4829 LDAPDefaults->ldap_binddn != lmap->ldap_binddn))
4833 (LDAPDefaults == NULL ||
4834 LDAPDefaults == lmap ||
4835 LDAPDefaults->ldap_secret != lmap->ldap_secret))
4914 (LDAPDefaults == NULL ||
4915 LDAPDefaults == lmap ||
4916 LDAPDefaults->ldap_secret != lmap->ldap_secret))
4920 (LDAPDefaults == NULL ||
4921 LDAPDefaults == lmap ||
4922 LDAPDefaults->ldap_base != lmap->ldap_base))
4937 if (lmap == LDAPDefaults)
5121 if (LDAPDefaults == NULL)
5122 LDAPDefaults = (SM_LDAP_STRUCT *) xalloc(sizeof(*LDAPDefaults));
5123 sm_ldap_clear(LDAPDefaults);
5135 map.map_db1 = (ARBPTR_T) LDAPDefaults;
5151 if (LDAPDefaults->ldap_filter != NULL)
5156 LDAPDefaults->ldap_filter = NULL;
5159 if (LDAPDefaults->ldap_attr[0] != NULL)
5163 LDAPDefaults->ldap_attr[0] = NULL;