Active directory groups, Removing an ldap server – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 251

Advertising
background image

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.

Advertising