Skip to content

Commit 674ef7f

Browse files
authored
Update update-user-and-team-dn-for-ldap.sh
1 parent 992f750 commit 674ef7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

api/bash/update-user-and-team-dn-for-ldap.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
#/ NAME:
44
#/ update-user-and-team-dn-for-ldap - For a GitHub Enterprise Instance using LDAP,
55
#/ 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.
78
#/
89
#/ AUTHOR: @IAmHughes
910
#/
1011
#/ DESCRIPTION:
1112
#/ For a GitHub Enterprise Instance using LDAP, reads in a `users.txt` files and
1213
#/ `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.
1416
#/
1517
#/ PRE-REQUISITES:
1618
#/ Before running this script, you must create a Personal Access Token (PAT)

0 commit comments

Comments
 (0)