account: update the address used for authentication
This commit is contained in:
parent
ce0155d6ab
commit
acb49a2eb1
8 changed files with 11 additions and 11 deletions
|
@ -63,7 +63,7 @@
|
|||
hosts = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [
|
||||
"ldaps://sso.skynet.ie"
|
||||
"ldaps://account.skynet.ie"
|
||||
];
|
||||
description = lib.mdDoc "ldap domains";
|
||||
};
|
||||
|
@ -157,7 +157,7 @@
|
|||
$config['login_username_filter'] = "email";
|
||||
$config['ldap_public']['public'] = array(
|
||||
'name' => 'Public LDAP Addressbook',
|
||||
'hosts' => 'tls://sso.skynet.ie',
|
||||
'hosts' => 'tls://account.skynet.ie',
|
||||
'port' => 636 ,
|
||||
'user_specific' => false,
|
||||
'base_dn' => 'ou=users,dc=skynet,dc=ie',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue