Tag Archives: ldap

Kasus starting LDAP lama banget saat booting

Ini adalah kasus di server temen saya. Saat booting sistem berhenti ketika menjalankan service ldap. OS menggunakan CentOS 4.7. Setelah saya cek, /etc/nsswitch.conf di set seperti ini passwd: files ldap shadow: files ldap group: files ldap Yang berarti untuk user … Continue reading

Posted in Tips Linux | Tagged , , | Comments Off

Beberapa hal yang perlu diperhatikan saat akan migrasi ke GOsa

Untuk keperluan migrasi dari qmailLDAP + courier imap ke postfix LDAP + cyrus imap (menggunakan GOsa sebagai alat bantu administrasi) di mail server comlabs, ada beberapa hal yang perlu diperhatikan: Untuk mempertahankan login yang mengandung karakter “.” (titik). Yaitu untuk … Continue reading

Posted in Ngoprek | Tagged , | Comments Off

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