diff options
Diffstat (limited to 'contrib/utils/ad_groups.sh')
-rwxr-xr-x | contrib/utils/ad_groups.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/utils/ad_groups.sh b/contrib/utils/ad_groups.sh index cc86692..1ebf058 100755 --- a/contrib/utils/ad_groups.sh +++ b/contrib/utils/ad_groups.sh @@ -6,7 +6,7 @@ # Given a username, # Provides a space-separated list of groups that the user is a member of. # -# see http://gitolite.com/gitolite/conf.html#ldap +# see http://gitolite.com/gitolite/conf.html#getting-user-group-info-from-ldap # GROUPLIST_PGM => /path/to/ldap_groups.sh # Be sure to add your domain CA to the trusted certificates in /etc/openldap/ldap.conf using the TLS_CACERT option or you'll get certificate validation errors |