This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/config/ldap.yml

13 lines
262 B
YAML

defaults: &defaults
authenticate_info: 'cn=uccn,ou=profile,dc=nccu,dc=edu,dc=tw'
authenticate_pwd: 'nccu2ucc'
development:
<<: *defaults
host: '140.119.166.23'
port: 389
production:
<<: *defaults
host: '140.119.166.23'
port: 389