From: Michael Tremer Date: Mon, 12 Aug 2019 14:32:46 +0000 (+0100) Subject: accounts: Update LDAP base X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c51fd4bff190d7d7f8da0efd6c5af450dfd7e1c6;p=ipfire.org.git accounts: Update LDAP base Signed-off-by: Michael Tremer --- diff --git a/src/backend/accounts.py b/src/backend/accounts.py index d49ed5e7..d68e2739 100644 --- a/src/backend/accounts.py +++ b/src/backend/accounts.py @@ -208,7 +208,7 @@ class Accounts(Object): logging.info("Creating new account: %s: %s" % (uid, account)) # Create DN - dn = "uid=%s,ou=People,dc=mcfly,dc=local" % uid + dn = "uid=%s,ou=People,dc=ipfire,dc=org" % uid # Create account on LDAP self.accounts._authenticate()