Re: LDAP Documentation/Sample
From: Thomas Recloux <thomas.recloux_at_gmail.com>
Date: 2007-04-08 12:10:02 CEST
Hello markus
> but does somebody know, if there is a tool, to export my ldap-groups into an
I use bash scripts launched hourly by the cron daemon for this.
Here is a sample :
#!/bin/bash
##############################################
# Other groups
# Generate the file
...other groups
...svn branches
echo "[/]" >> $AUTH_FILE
-- Thomas Recloux --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sun Apr 8 12:10:24 2007 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.