Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Host string // 192.168.1.32 Port int // 636 SSL bool // true RootDN string // dc=ejnserver,dc=fr UserSearchBase string // ou=people UserSearch string // uid={{.search}} UserFullname string // {{.givenName}} {{.sn}} ManagerDN string // cn=admin,dc=ejnserver,dc=fr ManagerPassword string // SECRET_PASSWORD_MANAGER }
Config handles all config to connect to the LDAP.
Click to show internal directories.
Click to hide internal directories.