You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@host ~]$ ldap_host_manage [email protected] client1.domain.com client2.domain.com
ldap_host_manage: managed host access privileges
Usage: ldap_host_manage [OPTIONS] USERNAME HOST1
Options:
-r remove host
-h display this help message and exit
USERNAME format
FROMAT : ACCOUNT@DOMAIN_NAME
if base dn of LDAP is "dc=DOMAIN,dc=COM", domain name is "DOMAIN.COM".
Examples:
# add HOST to LDAP_USER BASE DN 'dc=DOMAIN,dc=COM'
ldap_host_manage [email protected] HOST
# remove HOST to LDAP_USER BASE DN 'dc=DOMAIN,dc=COM'
ldap_host_manage -r [email protected] HOST
The text was updated successfully, but these errors were encountered:
Want to add multiple host at one time.
Expected result:
No error.
Actual result:
The text was updated successfully, but these errors were encountered: