I can't figure this out at all. I'm trying to run authconfig, and I'm getting these errors. ---- [root@pdc-test init.d]# authconfig --enableldap --enableldapauth --ldapserver=127.0.0.1 --ldapbasedn="dc=sncc-pdc,dc=net" --enableshadow --enablemd5 --update Traceback (most recent call last): File "/usr/sbin/authconfig", line 738, in ? module.run() File "/usr/sbin/authconfig", line 323, in run self.readAuthInfo() File "/usr/sbin/authconfig", line 228, in readAuthInfo self.info = authinfo.read(self.printError) File "/usr/share/authconfig/authinfo.py", line 594, in read info.read() File "/usr/share/authconfig/authinfo.py", line 1338, in read self.readWinbind() File "/usr/share/authconfig/authinfo.py", line 904, in readWinbind tmp = self.readWinbindGlobal("workgroup") File "/usr/share/authconfig/authinfo.py", line 893, in readWinbindGlobal if not section or section != "global": UnboundLocalError: local variable 'section' referenced before assignment ---- Thoughts? PLEASE!?! TIA, Greg PS (incidentally, I'm trying to make sure PAM/NSS is set to get password information from LDAP, since that's not working as needed either...)