Searched refs:ldn (Results 1 - 2 of 2) sorted by relevance

/sssd/src/providers/ldap/
H A Dldap_options.c636 struct ldb_dn *ldn; local
732 ldn = ldb_dn_new(tmp_ctx, ldb, split_bases[c]);
733 if (!ldn) {
738 if (!ldb_dn_validate(ldn)) {
745 talloc_zfree(ldn);
H A Dsdap.c1067 struct ldb_dn *ldn; local
1096 ldn = ldb_dn_new(tmp_ctx, ldb, unparsed_base);
1097 if (!ldn) {
1102 if (!ldb_dn_validate(ldn)) {

Completed in 1119 milliseconds