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

Remove client.conf usage from update_config_files #120

Closed mbenkmann closed 9 years ago

mbenkmann commented 9 years ago

From matthias...@gmail.com on May 01, 2013 20:33:30

Currently update_config_files uses client.conf for some parameters, but actually the only "useful" things in our client.conf files is the suppression of the creation of 2 files. Find a better way to do this so that the script doesn't need to rely on client.conf. Maybe just move these settings to server.conf or even better, evaluate client.conf AND server.conf (with client.conf winning if present)

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

mbenkmann commented 9 years ago

From matthias...@gmail.com on May 01, 2013 12:58:54

Ask developers why the creation of these 2 config files is suppressed.

mbenkmann commented 9 years ago

From mux2...@gmail.com on May 07, 2013 05:34:18

Both server.conf and client.conf are now evaluated.

Status: Done