summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_opts.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-13LDAP: Auto-detect support for the ldap match ruleStephen Gallagher1-1/+1
This patch extends the RootDSE lookup so that we will perform a second request to test whether the match rule syntax can be used. If both groups and initgroups are disabled in the configuration, this lookup request can be skipped.
2012-06-13LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher1-0/+2
2012-05-03LDAP: Map the user's primaryGroupIDStephen Gallagher1-0/+3
2012-05-03LDAP: Allow setting a default domain for id-mapping slice 0Stephen Gallagher1-0/+2
2012-05-03LDAP: Add autorid compatibility modeStephen Gallagher1-0/+1
2012-05-03LDAP: Add ID mapping range settingsStephen Gallagher1-0/+3
2012-05-03LDAP: Add id-mapping optionStephen Gallagher1-0/+1
2012-05-03LDAP: Add objectSID config optionStephen Gallagher1-0/+6
2012-03-28Add terminator for sdap_attr_mapStephen Gallagher1-14/+30
2012-03-28Add terminator for dp_optionStephen Gallagher1-1/+2
2012-03-28Put dp_option maps in their own fileStephen Gallagher1-0/+312
There is no functional change due to this patch.