mbenkmann / limux-gosa

GOsa² is a web based adminstration tool for user accounts, groups, servers, clients, and many other things.
18 stars 5 forks source link

Add --client switch that disables server functionality and registers at a foreign server with here_i_am #143

Closed mbenkmann closed 9 years ago

mbenkmann commented 9 years ago

From mux2...@gmail.com on August 22, 2013 14:19:30

Add --client switch that disables server functionality and registers at a foreign server with here_i_am

Original issue: http://code.google.com/p/go-susi/issues/detail?id=143

mbenkmann commented 9 years ago

From matthias...@gmail.com on August 22, 2013 11:35:31

Instead of a --client switch, read client.conf and server.conf (the latter overrides) and make the behaviour dependent on the presence of [server]/ldap-admin-*. If it is present, activate server functionality. Otherwise don't. Client functionality is always enabled. The /usr/sbin/gosa-si-client script is simply a symlink to gosa-si-server.

mbenkmann commented 9 years ago

From mux2...@gmail.com on August 26, 2013 00:58:27

Done in 78692653618a. As described in comment #1 there is no --client switch. The presence of ldap-admin-dn determines server or client-only mode.

Status: Done