Searched refs:LDAPDefaults (Results 1 – 1 of 1) sorted by relevance
3965 static SM_LDAP_STRUCT *LDAPDefaults = NULL; variable4587 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))[all …]