Brocade Network OS NETCONF Operations Guide v4.1.1 Manuel d'utilisateur Page 251

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 622
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 250
Network OS NETCONF Operations Guide 219
53-1003231-02
LDAP
16
<running/>
</target>
<config>
<ldap-server xmlns="urn:brocade.com:mgmt:brocade-aaa">
<host>
<hostname>10.24.65.6</hostname>
<retries xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete"/>
</host>
</ldap-server>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="929" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Removing an LDAP server
To delete a connection to an LDAP server, perform the following steps.
1. Issue the <edit-config> RPC to configure the <ldap-server> node in the
urn:brocade.com:mgmt:brocade-aaa namespace.
2. Under the <ldap-server> node, include the <host> node, and include the delete operation in
the element tag.
3. Under the <host> node, include the <hostname> element, and specify the LDAP host you want
to delete.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="930" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<ldap-server xmlns="urn:brocade.com:mgmt:brocade-aaa">
<host xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete">
<hostname>10.24.65.6</hostname>
</host>
</ldap-server>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="930" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Active Directory groups
An Active Directory group defines access permissions for the LDAP server similar to Brocade roles.
Vue de la page 250
1 2 ... 246 247 248 249 250 251 252 253 254 255 256 ... 621 622

Commentaires sur ces manuels

Pas de commentaire