From 1a8e5e3bc95f66ea02c07462b8a715339eee04b5 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Oct 28 2015 15:50:36 +0000 Subject: add a sample /etc/bsadmin/bsadmin.conf file --- diff --git a/scripts/bsadmin.conf.example b/scripts/bsadmin.conf.example new file mode 100644 index 0000000..52a6f0d --- /dev/null +++ b/scripts/bsadmin.conf.example @@ -0,0 +1,7 @@ +[fas] +topurl='https://your.tld/accounts' # The topurl of your FAS Install +username='admin' # A user for reading group membership +password='password' # The admin user's password +group_prefix='sig-' # Sync all groups with this prefix +group_file='/etc/bsadmin/groups' # Store the group-user map in this file +ignore_selfsigned=True # Ignore cert validation