From e3c2c3ba66061137c9e135c3d79c529a12bd2fb9 Mon Sep 17 00:00:00 2001 From: Noah Bliss Date: Wed, 31 Aug 2022 09:06:00 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6e4b81..3dcc46f 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ Usage is pretty straightforward, it is highly-recommended that you leave SSL ena `passwd` interactively prompts for the new password and password expiration date. `passwd` finally sends a prefilled ldapmodify to the server. -### `rcfile` -`rcfile` saves current directory connection settings (excepted `bindpass`) into a RC-file (stored into `${HOME}/.ipa/freeipa-sam.rc`) -If the file exists, variable are automatically read at script startup. -RC-file is also automatically written at normal exit (using `exit` command action) +### `save` +`save` saves current directory connection settings (excepted `bindpass`) into an RC-file (`${HOME}/.ipa/freeipa-sam.rc`) +If the file exists, variable are automatically read at script startup, and updated in the file on script exit. +If the file does not exist when the script is started, nothing will be saved unless `save` is run manually. + PRs and issues welcome, but support cannot be promised. Cheers!