diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-06-26 12:41:11 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-06-26 12:41:11 +0200 |
| commit | 99eed1e3c7e7292aea91131baeb36f81e23e3e82 (patch) | |
| tree | eb1afe9e57736bb1e9113ece476b9d8f0dcc7917 /bin/conf | |
Initial refactor from kernel
Diffstat (limited to 'bin/conf')
| -rw-r--r-- | bin/conf/.gitignore | 1 | ||||
| -rw-r--r-- | bin/conf/client.conf.example | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/conf/.gitignore b/bin/conf/.gitignore new file mode 100644 index 0000000..ad16096 --- /dev/null +++ b/bin/conf/.gitignore @@ -0,0 +1 @@ +/client.conf diff --git a/bin/conf/client.conf.example b/bin/conf/client.conf.example new file mode 100644 index 0000000..f054dc8 --- /dev/null +++ b/bin/conf/client.conf.example @@ -0,0 +1,3 @@ +LocalCentre=dev
+ClusterStorage=LDAPClientReader,ProxyLoader
+EnableItemErase=true
|
