Tag Archives: sasl

saslauthd LDAP

Install ports cyrus-sasl2-saslauthd. Jangan lupa dikompilasi agar support LDAP. cd /usr/ports/security/cyrus-sasl2-saslauthd make -DWITH_OPENLDAP make install clean Edit konfigurasinya, # contoh konfigurasi # files: /usr/local/etc/saslauthd.conf ldap_servers: ldap://localhost/ ldap_scope: sub ldap_search_base: dc=gonicus,dc=de Test imap: ns# telnet localhost 143 Trying ::1… Connected to … Continue reading

Posted in Ngoprek | Tagged , | Comments Off

saslauthd.conf

Contoh: ldap_servers: ldap://localhost/ ldap_bind_dn: cn=imap,ou=Accounts,dc=CHANGE,dc=ME ldap_bind_pw: secret ldap_scope: sub ldap_search_base: ou=Accounts,dc=CHANGE,dc=ME ldap_auth_method: bind ldap_filter: (&(uid=%u)(|(role=mailUser)(role=mailAdmin))) ldap_group_dn: cn=%s,ou=MAILROLE,ou=Roles,dc=CHANGE,dc=ME

Posted in Ngoprek | Tagged , | Comments Off