Search found 1 match

by hairmare
01 Oct 2008, 13:46
Forum: Customizations
Topic: LDAP User import per Cron
Replies: 1
Views: 7876

LDAP User import per Cron

In a setup i recently did i needed to add users to the mantisdb automatically. I wrote the following script for that:

#!/bin/sh

# dump all the ldap Users and add them to the userdb
# most config stuff (db user, etc) is taken from mantis
# while this script works fine, it probably doesn't perform ...