-----Original Message----- From: Nick Tzaperas [mailto:njt@thecatalis.com] Sent: Tuesday, November 15, 2005 4:44 PM To: Jiří Suchomel Cc: suse-autoinstall@suse.com; locilka@suse.cz Subject: Re: [suse-autoinstall] LDAP error during autoyast
Quick FYI, I tried commenting out the whole ldap section like I said in a previous e-mail and it didn't work either. Same dialog box and log entries. Is there anything else I can try?
If you're not using LDAP at all, you need to take out every reference to LDAP everywhere, throughout the control file, if you don't want that popup. Make sure that the <ldap> section is gone, along with pam_ldap and nss_ldap from the packages section. I'll agree, happily, that this shouldn't be the case, but my experience shows that it is. Not sure if it's been fixed in builds beyond the one included in Pro 9.3. On the other hand, if you _do_ have an LDAP server available and want it to work, then I think you may be short a couple of elements in the config section. Your LDAP section doesn't have nearly as many elements as mine, and I do remember getting errors if I didn't have _all_ of these defined -- or at least present. My config is for SuSE Pro 9.3, though, which may have some effect on your results. In any case, my ldap config section looks like this (and works just fine and dandy): <ldap> <base_config_dn>ou=ldapconfig,DC=sub,dc=domain,dc=com</base_config_dn> <bind_dn></bind_dn> <create_ldap config:type="boolean">false</create_ldap> <file_server config:type="boolean">false</file_server> <ldap_domain>DC=sub,dc=domain,dc=com</ldap_domain> <ldap_server>192.168.X.YYY, 192.168.X.yyy</ldap_server> <ldap_tls config:type="boolean">false</ldap_tls> <ldap_v2 config:type="boolean">false</ldap_v2> <member_attribute>member</member_attribute> <nss_base_group></nss_base_group> <nss_base_passwd></nss_base_passwd> <nss_base_shadow></nss_base_shadow> <pam_password></pam_password> <start_autofs config:type="boolean">false</start_autofs> <start_ldap config:type="boolean">true</start_ldap> </ldap> Again, YMMV... - Ian