AD LDS & ADAM do not have have userAccountControl attribute present.#12721
AD LDS & ADAM do not have have userAccountControl attribute present.#12721vgrl merged 4 commits intogithub:mainfrom affrae:patch-2
userAccountControl attribute present.#12721Conversation
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Automatically generated comment ℹ️This comment is automatically generated and will be overwritten every time changes are committed to this branch. The table contains an overview of files in the Content directory changesYou may find it useful to copy this table into the pull request summary. There you can edit it to share links to important articles or changes and to give a high-level overview of how the changes in your pull request support the overall goals of the pull request.
|
|
@affrae |
vgrl
left a comment
There was a problem hiding this comment.
I'll update the branch and get this merged once tests are passing 🍏
…hub-enterprise-server-instance/using-ldap.md
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
We have a feature when using a LDAP service (and our documentation discusses this) where you can use LDAP Sync with Active Directory (AD) to suspend and unsuspend users from GHES depending on the account status in AD.
However this feature only works if the
userAccountControlattribute is present in the the Active Directory schema. For some flavours of AD, such as AD LDS / ADAM, this attribute is not present in a user record, instead themsDS-UserAccountDisabledprovides the appropriate data to work from.This is causing confusion and pain amongst customers who would like to use LDAP Sync and take our documentation to infer that all flavours of Active Directory are supported.
The PR is to update our LDAP Sync docs to clarify that AD LDS & ADAM do not have have
userAccountControlattribute present.What's being changed:
Replace
with
Check off the following:
Writer impact (This section is for GitHub staff members only):