File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
# / NAME:
4
4
# / update-user-and-team-dn-for-ldap - For a GitHub Enterprise Instance using LDAP,
5
5
# / reads in a `users.txt` files and `teams.txt` files to change the distinguished
6
- # / name (DN) of each user and team to your new LDAP provider's DN.
6
+ # / name (DN) of each user and team to your new LDAP provider's DN. See PRE-REQUISITES
7
+ # / below for more information on creating and formatting those files.
7
8
# /
8
9
# / AUTHOR: @IAmHughes
9
10
# /
10
11
# / DESCRIPTION:
11
12
# / For a GitHub Enterprise Instance using LDAP, reads in a `users.txt` files and
12
13
# / `teams.txt` files to change the distinguished name (DN) of each user and team to
13
- # / your new LDAP provider's DN.
14
+ # / your new LDAP provider's DN. See PRE-REQUISITES below for more information on
15
+ # / creating and formatting those files.
14
16
# /
15
17
# / PRE-REQUISITES:
16
18
# / Before running this script, you must create a Personal Access Token (PAT)
You can’t perform that action at this time.
0 commit comments