Skip to content
Snippets Groups Projects

Ldap to ad

Merged Roger Feese requested to merge ldap-to-ad into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -9,8 +9,8 @@ class Config
$this->studentDsn = 'mysql://username:password@hostname/database';
$this->verifiedDir = __DIR__ . '/../verified';
$this->filesPath = __DIR__ . '/../import';
$this->ldapHost = 'example.com';
$this->ldapDn = 'uid=nobody,dc=example,dc=com';
$this->ldapHost = 'unl.edu';
$this->ldapDn = 'cn=service-account-name,ou=service,dc=unl,dc=edu';
$this->ldapPassword = 'password';
}
Loading