Hi Anas, i reproduce this, and my y2log say: [YCP] clients/ldap_auto.ycp:26 Ldap auto started [agent-ldap] LdapAgent.cc(debug_exception):447 ldap error while searching for (-1): Can't contact LDAP server [ag_passwd] new plus lines in passwd: +:::::: [ag_passwd] new plus lines in group: +::: [YCP] Service.ycp:80 Der Dienst nscd existiert nicht. [YCP] clients/ldap_auto.ycp:90 Ldap auto finished That's correct, no lan interface are active. In previous step eth0 are configured, but not activated. Is this the problem? How can I activate the lan interface at configuration step? Regards, Andreas -----Ursprüngliche Nachricht----- Von: nashif@suse.de [SMTP:nashif@suse.de] Gesendet am: Sonntag, 6. Februar 2005 06:18 An: ole-suse-autoyast@gmx.net Cc: suse-autoinstall@suse.com Betreff: Re: [suse-autoinstall] More mysteries: LDAP Ole, I could reproduce this, but still can't find out what is the problem exactly. I am still investigating. Anas Ole Streicher wrote:
Hi group again,
my fiddling with the autoyast configuration options continues.
I have the following entry in my xml file:
<ldap> <base_config_dn>dc=mydomain,dc=de</base_config_dn> <create_ldap config:type="boolean">true</create_ldap> <file_server config:type="boolean">false</file_server> <ldap_domain>dc=mydomain,dc=de</ldap_domain> <ldap_server>ldap</ldap_server> <ldap_tls config:type="boolean">false</ldap_tls> <ldap_v2 config:type="boolean">false</ldap_v2> <member_attribute>member</member_attribute> <pam_password>crypt</pam_password> <start_ldap config:type="boolean">true</start_ldap> </ldap>
The server "ldap" is resolvable via our DNS server.
Autoyast triggers the "ldap" authentication (/etc/nsswitch.conf contains a "passwd_compat: ldap" line), but the ldap configuration itself is done just half-way. The file /etc/ldap.conf is created with follwing contents (comment lines removed):
host 127.0.0.1 base dc=example,dc=com ldap_version 3 pam_password crypt ssl start_tls pam_filter objectclass=posixAccount nss_base_passwd dc=mydomain,dc=de nss_base_shadow dc=mydomain,dc=de nss_base_group dc=mydomain,dc=de
From the last three lines I can see that there is "something" configured in the file, but why are the "host" and "base" lines kept unusable? They are clearly defined in my XML config. Is this something I did wrong or is it just one more bug of autoyast?
Best regards
Ole
-- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com