Introduction

The SADMS package allows for automated joining to Active Directory through a GUI interface. This page will describe how to install/troubleshoot using SADMS to join a Ubuntu machine to Active Directory. http://sadms.sourceforge.net/

Acquire the SADMS Ubuntu package

Download the SADMS package from sourceforge

Current Ubuntu package as of this writing: sadms-install-ubu-2.0.11.tar.gz

Installation

Troubleshooting

kdesudo and gksudo failing

The pam module pam_mount.so refers to a config file located in /etc/security - pam_mount.conf. pam_mount.conf appears to be configured incorrectly and causing kdesudo and gksudo to break. One must either decipher pam_mount.conf or disable pam from mounting shares at login.

/etc/pam.d/common-auth:

comment out this line

auth required pam_mount.so

(http://ubuntuforums.org/archive/index.php/t-215791.html)

No Logon Servers This is caused by a problem with name resolution of the logon server.

The name service cache daemon (nscd) can interfere with winbind, as winbind maintains its own cache. Remove it.

sudo apt-get remove nscd

External Docs

install tutorial from SADMS site

install-PAM tutorial from SADMS site

ActiveDirectoryWinbind-SADMS (last edited 2010-05-28 17:18:20 by 66-193-40-64)