I want to enable / configure the LDAP client in SLES 12 without the use of the yast GUI. Before 12 (or 11 sp3 if I remember well) I used to do it with:
yast2 ldap configure server="myserver" base="mybase" [some other parameters]
basically it was a configuration like in RHEL with authconfig
authconfig --enableldap --enableldapauth --enablemkhomedir [some other parameters]
My question is:
is there a way to configure (or at least just enable) the LDAP client without any GUI interaction? I want to do it in a scripted way, after the system is installed. I don't want to go for the autoyast method.