diff options
Diffstat (limited to 'contrib/utils')
-rwxr-xr-x | contrib/utils/ad_groups.sh | 2 | ||||
-rwxr-xr-x | contrib/utils/ldap_groups.sh | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/contrib/utils/ldap_groups.sh b/contrib/utils/ldap_groups.sh index 01bf5ee..beec511 100755 --- a/contrib/utils/ldap_groups.sh +++ b/contrib/utils/ldap_groups.sh @@ -5,7 +5,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 ldap_groups() { |