Operation Manual

Vigor2760 Series User’s Guide
531
Telnet Command: ldap set
This command is used to set general settings (e.g., IP address, port number) for LDAP server.
S
S
y
y
n
n
t
t
a
a
x
x
ldap set [Options][Value]
S
S
y
y
n
n
t
t
a
a
x
x
D
D
e
e
s
s
c
c
r
r
i
i
p
p
t
t
i
i
o
o
n
n
Parameter Description
enable [0-1]
Enable or disable LDAP function.
0 – Disable the function.
1 – Enable the function.
type [0-2]
Set the bind type as Simple(0),Anonymous(1), and
Regular(2).
ssl [0-1]
Enable or disable LDAP function via SSL tunnel.
0 – Disable the function.
1 – Enable the function.
IP <VALUE>
Set IP address for LDAP server.
port <VALUE>
Set port number for LDAP server.
dn <VALUE>
Set Regular DN value
PWD <VALUE>
Set Regular password value.
E
E
x
x
a
a
m
m
p
p
l
l
e
e
>ldap set enable 1
>ldap enabled.
> ldap set ssl 1
LDAP with SSL has been enabled!
> ldap set IP 192.168.100.155
LDAP Server IP has been setting.
> ldap set port 389
LDAP Server Port has been setting.
> ldap set dn dc=example,dc=com
LDAP Regular DN has been setting.
> ldap set PWD 123456
LDAP Regular Password has been setting.
Telnet Command: ldap view
This command is used to check current status of LDAP settings configuration.
S
S
y
y
n
n
t
t
a
a
x
x
ldap view
E
E
x
x
a
a
m
m
p
p
l
l
e
e
> ldap view ?
LDAP Enable:Disabled.