Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable to add multiple host attirbyte on ldap_host_manage #4

Open
Joungkyun opened this issue Jun 3, 2016 · 0 comments
Open

enable to add multiple host attirbyte on ldap_host_manage #4

Joungkyun opened this issue Jun 3, 2016 · 0 comments
Assignees
Milestone

Comments

@Joungkyun
Copy link
Member

Joungkyun commented Jun 3, 2016

Want to add multiple host at one time.

[root@host ~]$ ldap_host_manage [email protected] client1.domain.com client2.domain.com

Expected result:

No error.

Actual result:

[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
@Joungkyun Joungkyun added this to the 1.0.1 milestone Jun 3, 2016
@Joungkyun Joungkyun self-assigned this Jun 3, 2016
@Joungkyun Joungkyun modified the milestones: 1.0.1, 1.0.2 Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant