Description of problem: A traceback is encountered when Samba is condigured to use a LDAP database to hold samba user account information. Traceback: [root@powerbook dkl]# system-config-samba Traceback (most recent call last): File "/usr/share/system-config-samba/system-config-samba.py", line 38, in ? mainWindow.MainWindow(debug_flag) File "/usr/share/system-config-samba/mainWindow.py", line 75, in __init__ self.samba_data = sambaParser.SambaParser(self) File "/usr/share/system-config-samba/sambaParser.py", line 40, in __init__ self.parseFile() File "/usr/share/system-config-samba/sambaParser.py", line 71, in parseFile token = self.createToken(line) File "/usr/share/system-config-samba/sambaParser.py", line 143, in createToken token = sambaToken.SambaToken(sambaToken.SambaToken.SAMBA_TOKEN_KEYVAL, (name, value), self.parent) File "/usr/share/system-config-samba/sambaToken.py", line 36, in __init__ raise AttributeError, value AttributeError: ('ldap group suffix', 'ou=Group') Version-Release number of selected component (if applicable): system-config-samba-1.2.4-1
Created attachment 98383 [details] Sample config file with LDAP settings
Should be fixed in system-config-samba-1.2.7-1. Note that this should fix the crash, but the program will still make users locally instead of via LDAP.