|
authselect(8)
|
authselect(8)
|
|
NAME
|
NAAM
|
|
authselect - select system identity and authentication sources.
|
authselect - selecteert systeemidentiteit en authenticatiebronnen.
|
|
SYNOPSIS
|
KORTE INHOUD
|
|
authselect [--debug] [--trace] [--warn] command [command options]
|
authselect [--debug] [--trace] [--warn] commando [commando opties]
|
|
DESCRIPTION
|
BESCHRIJVING
|
|
*Authselect* is a tool to configure system identity and authentication sources and providers by selecting a specific profile. Profile is a set of files that describes how the resulting system configuration will look like. When a profile is selected, *authselect* will create nsswitch.conf(5) and PAM(8) stack to use identity and authentication sources defined by the profile.
|
*Authselect* is een gereedschap voor het configureren van systeemidentiteit en authenticatiebronnen en aanbieders door het selecteren van een specifiek profiel. Profiel is een set of bestanden die beschrijven hoe de resulterende systeemconfiguratie eruit zal zien. Als een profiel geselecteerd is, zal *authselect* nsswitch.conf(5) en PAM(8) stack aanmaken voor het gebruik van identiteit en authenticatie bronnen gedefinieerd door het profiel.
|
|
If the provided profile set is not sufficient, the administrator may create a custom profile by putting it in a special profile directory ({AUTHSELECT_CUSTOM_DIR}). By doing so, the profile is immediately usable by *authselect*. See _authselect-profiles(5)_ for more information on extending existing profiles.
|
Als de aangeboden profiel set niet voldoende is, kan de beheerder een aangepast profiel aanmaken door deze in een speciale profielmap ({AUTHSELECT_CUSTOM_DIR}) te plaatsen. Door dit te doen, is het profiel is onmiddellijk bruikbaar bij *authselect*. Zie _authselect-profiles(5)_ voor meer informatie over het uitbreiden van bestaande profielen.
|
|
OPT-IN TO AUTHSELECT
|
OPT-IN VOOR AUTHSELECT
|
|
Authselect will not touch your existing configuration unless it has already been created by it. If you want to start using authselect to configure your system authentication, please call *authselect select* with *--force* parameter first (e.g. *authselect select sssd --force*). The *--force* parameter tells authselect that it is all right to overwrite existing non-authselect configuration (see description below). Using the *--force* parameter will automatically generate a backup of your current configuration so if you wish to go back you can restore it with *authselect backup-restore* command (see description below).
|
Authselect raakt je bestaande configuratie niet aan, tenzij deze al door authselect is gemaakt. Als je authselect wilt gaan gebruiken om je systeemauthenticatie te configureren, roep je eerst *authselect select* aan met de parameter *--force* (bijvoorbeeld *authselect select sssd --force*). De *--force* parameter vertelt authselect dat het in orde is om de bestaande niet-authselect configuratie te overschrijven (zie beschrijving hieronder). Met de parameter *--force* wordt automatisch een back-up van je huidige configuratie gemaakt, dus als je terug wil gaan, kun je deze herstellen met het commando *authselect backup-restore* (zie beschrijving hieronder).
|
|
OPT-OUT FROM AUTHSELECT
|
OPT-IN VOOR AUTHSELECT
|
|
To stop authselect from managing your configuration, run *authselect opt-out*. This will remove all authselect configuration from your system and you can then modify your configuration manually.
|
|
|
AVAILABLE COMMANDS
|
BESCHIKBARE COMMANDO'S
|
|
To list all available commands run *authselect* without any parameters. To print help for the selected command run *authselect COMMAND --help*.
|
Om alle beschikbare commando's te tonen voer je *authselect* uit zonder parameters. Om hulp voor het geselecteerde commando te printen voer je *authselect COMMANDO --help* uit.
|
|
*select* profile_id [features] [-f, --force] [-q, --quiet] [-b] [--backup=NAME]
|
*select* profile_id [features] [-f, --force] [-q, --quiet] [-b] [--backup=NAAM]
|
|
Activate desired profile. See profile description with *show* command, to list profile specific optional features.
|
Activeert het gewenste profiel. Zie profielbeschrijving met *show* commando, om profiel specifieke optionele eigenschappen te tonen.
|
|
*--force, -f*
|
*--force, -f*:
|
|
Write changes even if the previous configuration was not created by authselect but by other tool or by manual changes. This option will automatically backup system files before writing any change unless *--nobackup* option is set.
|
Schrijft veranderingen weg zelfs als de vorige configuratie niet aangemaakt werd door authselect maar door een ander gereedschap of handmatige veranderingen. Deze optie zal van systeembestanden automatisch een back-up maken voordat veranderingen weggeschreven worden tenzij de *--nobackup* optie ingesteld is.
|
|
*-b*
|
*-b*:
|
|
Backup system files before activating the selected profile. The backup will be stored at {AUTHSELECT_BACKUP_DIR}/NAME. Current time with unique string is used as a name of the backup. This is a shortcut for *--backup=*.
|
Maak een back-up van systeembestanden voordat het geselecteerde profiel geactiveerd wordt. De back-up zal opgeslagen worden in {AUTHSELECT_BACKUP_DIR}/NAME. De huidige tijd in een unieke string worst gebruikt als de naam van de back-up. Dit is een snelkoppeling voor *--backup=*.
|