Searched refs:LDAPDefaults (Results 1 – 1 of 1) sorted by relevance
3354 static SM_LDAP_STRUCT *LDAPDefaults = NULL; variable3908 if (lmap == NULL || lmap != LDAPDefaults)3912 if (LDAPDefaults == NULL)3915 STRUCTCOPY(*LDAPDefaults, *lmap);4376 (LDAPDefaults == NULL ||4377 LDAPDefaults == lmap ||4378 LDAPDefaults->ldap_host != lmap->ldap_host))4383 (LDAPDefaults == NULL ||4384 LDAPDefaults == lmap ||4385 LDAPDefaults->ldap_uri != lmap->ldap_uri))[all …]