In this post, we'll talk about configuring the NetScaler to use an external authentication mechanism, specifically LDAP. The NetScaler can support several external authentication methods, such as RADIUS, LDAP, TACACS, and NT4/NTLM.
Using an external authentication mechanism will allow you to manage access to the NetScaler and its resources using your existing user management tools.
In this example, we want to create a new Active Directory group NSAdmins and allow that group to manage the NetScaler. LDAP can also be used to grant permissions to the Access Gateway (SSL VPN).
The high level steps are as follows:
1. Create an Active Directory security group called "NSAdmins"
(Steps 2-5 on the NetScaler)
2. Create a local group called "NSAdmins" (match the names exactly)
3. Create an LDAP server object
4. Create an authentication policy
5. Bind the authentication policy
6. Add AD Users to the NSAdmins security group
7. Test login with AD credentials
I'm going to assume you know how to create an Active Directory group and get right into the NetScaler steps:
Configuring Active Directory Authentication on the NetScaler
a. Login to the NetScaler and expand System.
b. Click Groups | Add
c. Create the local group NSAdmins and specify the rights for this group
d. Remaining under the System options, click Authentication.
e. Click the Servers tab and then Add
f. Enter the following information:
Name
Enter a name for the authentication server object
Authentication Type
LDAP
IP Address
IP Address of the LDAP Server
Port
389 is the default LDAP Port but you can use 636 for secure LDAP
BaseDN
This represents the Distinguished Name of the starting OU. Example: OU=Chicago,DC=ballfield,DC=local
Administrator Bind DN
Though the option says Administrator, this can be any user with the permissions to browse the directory. This value can be a distinguished name or an Active Directory UPN such as garrett.ball@ballfield.local
Password
Enter the password for the account specified.
For this example, all other values can remain at their default.
g. Click Create to complete the authentication server object
h. Remaining in the Authentication subnode, click the Policies tab.
i. Click Add
j. On the Create Authentication Policy window, enter the following information:
Name
Enter a name for the authentication policy
Authentication Type
LDAP
Server
Specify the NetScaler LDAP server object just created
Expression
Specify "ns_true" as the expression
k. Click Create
l. Still on the Policies tab, highlight the newly created policy and clickGlobal Bindings
m. On the Bind/Unbind Authentication window, mark the LDAP policy as Active, set a priority value, and click OK.
Finally, add the appropriate Active Directory users to the AD based NSAdmins group and test access to the NetScaler.
Labels
- Cheat Sheets (7)
- Checkpoint (159)
- Cisco (24)
- Commands (5)
- Fortigate (2)
- Frame-Relay (9)
- Linux (3)
- Netscaler (29)
- Netscreen (2)
- Nokia (7)
- UNIX (2)
Live Traffic
Enabling LDAP Authentication on the NetScaler
5/24/2010 08:02:00 AM
Posted by Kishore | Filed Under Netscaler | 0 Comments
Comments
Search This Blog
Blog Archive
-
▼
2010
(146)
-
▼
May
(90)
- Checkpoint - Ports
- UNIX - The Ultimate Linux Command Reference Guide
- Checkpoint - Useful Files
- Checkpoint Commands
- Alw@ys Knw Wh@ts Happening inside your KERNEL - “A...
- Nokia - Cluster Mac Address - "Grep" Strikes Again...
- Traceroute from Unix
- Checkpoint Logging Issue
- Change Date in Linux
- Finding Smartcenter Server - from Gateway
- SPLAT - Forgot Standard Password
- Checkpoint : fw ctl pstat ???
- GRE is like Girls!!! - GRE Tunnel in IPSEC - there...
- Checkpoint : How to Find the the Management Interface
- Checkpoint Troubleshooting - Debugging
- SSH session timeout in Checkpoint NG/NGX
- Manage VPN tunnels smartly: forget vpn tu,enter th...
- Clear ARP table in Checkpoint
- Mail alert on ssh login or any other rule hit in C...
- What ports are used for communication and how to p...
- fw monitor add-on
- awk weekly – how to see Checkpoint logs on command...
- awk weekly – rule hits statistics . Checkpoint again
- Install native telnet client on Checkpoint firewall
- Telnet from inside Checkpoint firewall
- fw ctl or checkpoint tables by any other name
- Authenticating ssh access on the Checkpoint using ...
- How to add routing script on Secureplatform?
- Checkpoint concurrent sessions and memory calculat...
- Capazity Optimization
- My favorite troubleshooting command
- Neighbour table overflow
- SecurePlatform and NTP
- Delete old log files on SPLAT machines
- Delete all ARP entries on SPLAT
- Download backup from SmartCenter using SCP
- Change password on non-admin user in SPLAT
- How to run web visualization tool in check point??
- How to configure SmartView Monitor Mail Alert in C...
- fw monitor command reference
- NetScaler Password Recovery Procedure
- Installing and Configuring VSX
- Citrix Access Gateway Enterprise - Redirect incomi...
- Enabling LDAP Authentication on the NetScaler
- Citrix Netscaler NS7000 : how to create a content ...
- Citrix Netscaler NS7000 : how to create a content ...
- Cisco VPN Troubleshooting Guide
- Usefull Checkpoint Commands
- Checkpoint FW Monitor
- Causes for a failover when using VRRP
- Usefull Nokia IPSO Commands
- Checkpoint Tables and the FW Tab Command
- Common CLISH Commands
- Installing and Configuring VSX
- So what are QDROPS anyway
- Clearing the host table on Checkpoint
- Provider-1 Quick Guide
- When are Proxy Arps required on Checkpoint devices
- Unable to delete tunnels on a Checkpoint VIA VPN TU?
- Checkpoint VPN stats
- View Checkpoint VPN traffic decrypted on the wire
- View last 10 policies installed on a Checkpoint fi...
- How to view Checkpoint tables in ASCII
- Checkpoint Splat source based routing
- Trobleshooting the Checkpoint Daemon (CPD)
- Checkpoint port list
- Modifying the SPLAT Webmanager port
- Creating a Read Only SPLAT user
- Configuring SNMP on SPLAT
- Allowing scp to SPLAT boxes
- Resolving local logging issues on Checkpoint
- How to globally change the expiration date of all ...
- rtm monitor in Checkpoint
- Everything you need to know about troubleshooting ...
- SPLAT - Route / Static ARP startup Script
- How do I change an IP address on a IPSO Nokia Fire...
- How do I create an IPSO backup via clish ?
- Nokia IPSO Password Recovery
- Useful Netscreen Commands for Troubleshooting
- How to Find the Speed of an Interface on a Solaris...
- How to Install Checkpoint Firewall NGX on SecurePl...
- How to fix Check Point High Availability State Syn...
- Basic Netscreen Commands
- Re-establishing SIC (Secure Internal Communication...
- Cisco site to site VPN Configuration Cheatsheet
- Troubleshooting VRRP on Nokia Checkpoint Firewalls
- Usefull Nokia IPSO Commands
- Nokia Top Clish Commands Reference
- IPSO - Commands
- Checkpoint - Commands
-
▼
May
(90)
Post a Comment