other versions
- bookworm 2.16.1+ds-deb12u5
- bookworm-backports 2.21.0+ds-2~bpo12+1
- testing 2.21.0+ds-2
- unstable 2.21.0+ds-2
IMPORTMETADATA(1p) | User Contributed Perl Documentation | IMPORTMETADATA(1p) |
NAME¶
importMetadata - Script to import SAML federation metadata into LL::NG configuration
SYNOPSIS¶
importMetadata -m <metadata URL> [options]
Options:
-m, --metadata URL of metadata document -i, --idpconfprefix Prefix used to set IDP configuration key -s, --spconfprefix Prefix used to set SP configuration key --ignore-sp ignore SP matching this entityID (can be specified multiple times) --ignore-idp ignore IdP matching this entityID (can be specified multiple times) -a, --nagios output statistics in Nagios format -r, --remove remove provider from LemonLDAP::NG if it does not appear in metadata -n, --dry-run print statistics but do not apply changes -v, --verbose increase verbosity of output -h, --help print full documentation
OPTIONS¶
- -m URL, --metadata=URL
- Specifies the <URL> of the metadata document to import
- -i PREFIX, --idpconfprefix=PREFIX
- Prefix each IDP found the metadata document with the <PREFIX> when registring them into LemonLDAP::NG
- -s PREFIX, --spconfprefix=PREFIX
- Prefix each SP found the metadata document with the <PREFIX> when registring them into LemonLDAP::NG
- --ignore-sp=ENTITYID
- Ignore the specified Service Provider <ENTITYID>. It will not be added, updated or deleted from LemonLDAP::NG configuration
- --ignore-idp=ENTITYID
- Ignore the specified Identity Provider <ENTITYID>. It will not be added, updated or deleted from LemonLDAP::NG configuration
- -a, --nagios
- After each run, print statistics about added/modified/deleted items in Nagios format
- -r, --remove
- If this option is used, after a successful import, existing SP/IDPs who match the configuration prefix will be removed from LemonLDAP::NG if they were not present in the imported metadata
- -n, --dry-run
- This option prevents the modified configuration from being saved. It can be used for testing.
- -v, --verbose
- Increase verbosity during script execution
- -h, --help
- Displays the script's documentation
SEE ALSO¶
AUTHORS¶
BUG REPORT¶
Use OW2 system to report bug or ask for features: <https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues>
DOWNLOAD¶
Lemonldap::NG is available at <https://lemonldap-ng.org/download>
2022-02-17 | perl v5.34.0 |