SimpleSAML and Active Directory configuration

References:

In config/authsources.php change example-ldap to the desired configuration

'example-ldap' =[
'ldap:LDAP',
hostname' = 'host.domain.com',
'enable_tls' = FALSE,
'debug' = TRUE,
'port' = 389,
'timeout' = 10,
'referrals' = FALSE,
'dnpattern' = 'sAMAccountName=%username%,ou=users,dc=company,dc=com',
'search.enable' = TRUE,
'search.base' = 'OU=users,DC=company,DC=com',
'search.attributes' = array('samAccountName'),
'search.username' = 'CN=yourname,OU=Users,DC=company,DC=Com',
'search.password' = ' ***** ',
'priv.read' = TRUE,
'priv.username' = '',
'priv.password' = '****'
]

0 comments:

 
Copyright © peyotest