From 7525bab073cc061bcfef248d354b7ea9dd2afb51 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Oct 28 2015 16:23:34 +0000 Subject: forgot that ConfigParser doesn't like quotes, or inline comments --- diff --git a/scripts/bsadmin.conf.example b/scripts/bsadmin.conf.example index 52a6f0d..d47a3e1 100644 --- a/scripts/bsadmin.conf.example +++ b/scripts/bsadmin.conf.example @@ -1,7 +1,19 @@ [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 + +# The topurl of your FAS Install +topurl = https://your.tld/accounts + +# A user for reading group membership +username = admin + +# The admin users password +password = password + +# Sync all groups with this prefix +group_prefix = sig- + +# Store the group-user map in this file +group_file = /etc/bsadmin/groups + +# Ignore cert validation +ignore_selfsigned = yes