Update README.md

This commit is contained in:
Noah Bliss 2022-08-31 09:06:00 +00:00 committed by GitHub
parent 558698e10e
commit e3c2c3ba66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!