Searched refs:SA_AUTH (Results 1 – 5 of 5) sorted by relevance
2015 if (sa_conf->SA_AUTH != NULL) { in __ns_ldap_initStandalone()2016 user_cred.auth.type = sa_conf->SA_AUTH->type; in __ns_ldap_initStandalone()2017 user_cred.auth.tlstype = sa_conf->SA_AUTH->tlstype; in __ns_ldap_initStandalone()2018 user_cred.auth.saslmech = sa_conf->SA_AUTH->saslmech; in __ns_ldap_initStandalone()2019 user_cred.auth.saslopt = sa_conf->SA_AUTH->saslopt; in __ns_ldap_initStandalone()
569 #define SA_AUTH ds_profile.server.auth macro
402 standalone_cfg.SA_AUTH = (authmech == NULL) ? NULL : &auth; in main()
1560 cfg.SA_AUTH = &auth; in client_init()
4413 standalone_cfg.SA_AUTH = authmech == NULL ? NULL : &authority.auth; in main()