Configuration File Samples

The following configuration files are provided as reference examples.

Configure actual settings in accordance with your environment.

config.yml sample
log: 
  loglevel:                    info
  
ad: 
  ldap: 
    server: 
      user:                    'CN=administrator,CN=Users,DC=example,DC=co,DC=jp'
      encryption:              none
    base_dn:                   'DC=example,DC=co,DC=jp'
    filter: 
      user:                    'memberOf:1.2.840.113556.1.4.1941:=CN=IIJ ID Service User Group,OU=Groups,DC=example,DC=co,DC=jp'
iid: 
  scim: 
    http: 
      proxy: 
        use:                   true
        address:               proxy.example.co.jp
        port:                  8080
        user:                  iij-taro
    attribute: 
      user: 
        ad_bind: 
          # externalId must be configured with the same value in both Directory Sync and Password Sync.
          externalId:          objectGUID
secret.yml sample
ad: 
  ldap: 
    server: 
      password:   ldap_password
 
iid: 
  scim: 
    token:        scim_token
    http: 
      proxy: 
        password: proxy_password