Hello, I want to use the ldap client feature during an automatic installation but nothing happens. Here are my config settings: <configure> ... <ldap> <ldap_domain>dc=inf,dc=uni-konstanz,dc=de</ldap_domain> <ldap_server>134.34.57.71</ldap_server> <ldap_v2 config:type="boolean" >false</ldap_v2> <start_ldap config:type="boolean" >true</start_ldap> </ldap> ... </configure> After the installation the files /etc/nsswitch.conf /etc/openldap/ldap.conf /etc/security/pam_unix2.conf are not prepared for ldap-client functionality. If I run "yast2 ldap_client" manually after the installation then I succeed in setting up a ldap client. Of course, I can write a shell script and put it in the <post-scripts> section, but I would rather use the ldap feature <ldap>. Regards Christian -- Christian Stoltze Computer Science, University of Constance (Lake Constance/SW-Germany) Email: Christian.Stoltze@uni-konstanz.de Voice: +49 (0)7531 88-4448 Fax: +49 (0)7531 88-3577
On Thu, 2002-08-29 at 10:00, Christian Stoltze wrote:
Hello,
I want to use the ldap client feature during an automatic installation but nothing happens. Here are my config settings:
<configure> ... <ldap> <ldap_domain>dc=inf,dc=uni-konstanz,dc=de</ldap_domain> <ldap_server>134.34.57.71</ldap_server> <ldap_v2 config:type="boolean" >false</ldap_v2> <start_ldap config:type="boolean" >true</start_ldap> </ldap> ... </configure>
It seems I have overseen some inconsistencies between the docuemntation and the installation scripts. Try using <ldapclient> as a resource. In future version this will be <ldap>. Make sure you also have the latest updated packages... Sorry about that, Anas
Hell Anas,
It seems I have overseen some inconsistencies between the docuemntation and the installation scripts. Try using <ldapclient> as a resource. In future version this will be <ldap>.
Make sure you also have the latest updated packages...
Many thanks, the problem is solved. Regards Christian -- Christian Stoltze Computer Science, University of Constance (Lake Constance/SW-Germany) Email: Christian.Stoltze@uni-konstanz.de Voice: +49 (0)7531 88-4448 Fax: +49 (0)7531 88-3577
participants (2)
-
Anas Nashif
-
Christian Stoltze