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