| How can I config my DRBL clients to use Active Directory authentication ? |
- Setup DRBL server by "drblsrv -i" and "drblpush -i" as mentioned in http://drbl.sourceforge.net/one4all/ normally.
- Append "compat winbind" to any client's nsswitch.conf, say /tftpboot/nodes/192.168.100.1/etc/nsswitch.conf
- Run "/opt/drbl/sbin/drbl-cp-hosts /tftpboot/nodes/192.168.100.1/etc/nsswitch.conf /etc/"
- Run "/opt/drbl/sbin/drbl-client-service samba on"
- Run "/opt/drbl/sbin/drbl-client-service winbind on"
Ref: https://sourceforge.net/forum/message.php?msg_id=5307193
|
|