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

/sssd-io/src/providers/ldap/
H A Dldap_options.c659 struct ldb_dn *ldn; local
755 ldn = ldb_dn_new(tmp_ctx, ldb, split_bases[c]);
756 if (!ldn) {
761 if (!ldb_dn_validate(ldn)) {
768 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 10 milliseconds