SlideShare a Scribd company logo
1 of 9
Download to read offline
How To - Implement Single Sign On Authentication with Active Directory with Non-English version of
Windows
                                 How To - Implement Single Sign On Authentication with
                                 Active Directory with non-English versions of Windows



   Applicable to – English version of Windows

   This article describes how to implement single sign on authentication with Active Directory
   integration.

   Cyberoam – ADS integration feature allows Cyberoam to map the users and groups from Active
   Directory for the purpose of authentication.

   Prerequisites:
        • NetBIOS Domain name
        • FQDN Domain name
        • Search DN
        • Active Directory Server IP address
        • Administrator Username and Password (Active Directory Domain)
        • IP address of Cyberoam Interface connected to Active Directory server
        • Import AD groups


Configuring ADS authentication
   Logon to Cyberoam Web Admin Console and follow the below given steps:

   Step 1: Create ADS user groups.
   Please check Cyberoam version before you continue as this is version specific step.

   All Versions below 9.5.3 build 14
   Go to Group> Add Group and create all the ADS user groups

   For mapping the ADS user groups with the Cyberoam user groups, create all the ADS user groups
   into Cyberoam before ADS users log on to Cyberoam for the first time. If the ADS groups are not
   created in Cyberoam, all the users will be assigned to the Default group of Cyberoam.

   If all the ADS user groups are created in Cyberoam before users log on to Cyberoam then user will
   be automatically created in the respective group when they log on to Cyberoam.

   Version 9.5.3.14 or above
   Instead of creating groups again in Cyberoam, you can import AD groups into Cyberoam using
   Import Wizard.

   One can import groups only after integrating and defining AD parameters into Cybeoam.

   If you intend to import group, skip this step.

   Step 2: Define Authentication parameters
   Go to User>Authentication Settings
   Select ‘Active Directory’ under Configure Authentication & Integration parameters
   Select Default Group.


                                                                                                     1
How To - Implement Single Sign On Authentication with Active Directory with Non-English version of
Windows

   Cyberoam will create user(s) in the respective groups if groups are already created in Cyberoam
   otherwise user will be created in the group selected as Default group.

   Click Update to save the settings




   Step 3: Configure Cyberoam to use Active Directory

   Click Add to configure Active Directory parameters
   Specify IP address of Active Directory




   Specify TCP/IP port number in Port field. It is the port on which ADS server listens for the
   authentication requests. On Cyberoam appliance, the default port for ADS traffic is 389. If your AD
   server is using another port, specify port number in Port field.

   Specify NetBIOS Domain name. If you do not know NetBIOS name, refer to section ‘Determine
   NetBIOS Name, FQDN and Search DN’.

   Specify Active Directory Administrator Username and password



                                                                                                     2
How To - Implement Single Sign On Authentication with Active Directory with Non-English version of
Windows

   Click “Test Connection” to check whether Cyberoam is able to connect to the Active Directory or
   not. If Cyberoam is able to connect to the Active Directory, click Add to save the configuration.

   Step 4: Add Domain Query
   If Cyberoam is able to connect to the Active Directory, click Add to enter Domain name




   Enter Domain name (FQDN Domain Name)
   Click Add and enter Search DN. Check the steps provided in section ‘Determine NETBIOS Name,
   FQDN and Search DN’ to find the Search DN.




                                                                                                       3
How To - Implement Single Sign On Authentication with Active Directory with Non-English version of
Windows




   Click OK to save the query.




   Click Save to save the Domain details

   Step 5: Test Active Directory integration
   Go to Help>Downloads and click HTTP to open the HTTP client login page.




   Specify username and password




                                                                                                     4
How To - Implement Single Sign On Authentication with Active Directory with Non-English version of
Windows




   Username will be displayed on User>Manage Live Users page if user is able to log on to
   Cyberoam successfully.

   This completes the AD configuration.

   Import AD Groups
   If you have deployed v 9.5.3 build 14 or above, import AD groups into Cyberoam using Import
   Wizard before configuring for single sign on.


Single Sign on Implementation
   Step 6: Use the following procedure for implementing Single Sign On (SSO) for ADS if the SSO
   Client is to be installed on Windows 2000, Windows XP or Windows 2003:

   Step 6.1: Download SSCyberoamAutoSetup.zip from Help>Download page from Cyberoam Web
   Admin Console on Domain Controller or on any of the client machine which is member of Domain
   and has the Administrator user privileges.




   Step 6.2: Create directory SSOsetup and unzip SSCyberoamAutoSetup.zip.

   Following files will be extracted:
   1. SSCyberoamSetup.exe
   2. SSCyberoamConfigSetup.exe
   3. SSCyberoamConfig.ini
   4. ElitecoreAdmin.exe
   5. ElitecoreRun.exe


                                                                                                     5
How To - Implement Single Sign On Authentication with Active Directory with Non-English version of
Windows


   Step 6.3: Run ElitecoreAdmin.exe to create Admin.ini file to store the user account credentials
   which has installation right for all the workstations. Installation right is required to run SS
   Cyberoam setup and install Client on the user machine.

   Specify username, password, and windows domain name from where users will log on. This will
   create Admin.ini file in the SSOsetup directory. If you do not know NetBIOS name, refer to
   Determine NetBIOS Name, FQDN and Search DN.




   Admin.ini file is passed as a parameter to Elitecorerun.exe to run SS Cyberoam setup.



   Step 6.4: Setup your configuration in SSCyberoamConfig.ini file using following syntax:
      Domain Name=XYZ (FQDN Domain name is the domain from where users will log on)
      Server=aaa.bbb.ccc.ddd (IP address of Cyberoam interface which is connected to Active
      Directory)
      Domain Controller=ADS

   Step 6.5: Copy following files to “cyberoam” directory under “NETLOGON” of domain controller:
   1. SSCyberoamSetup.exe
   2. SSCyberoamConfigSetup.exe
   3. SSCyberoamConfig.ini
   4. Admin.ini
   5. ElitecoreRun.exe
   6. SSCyberoam_7310.exe

   Use can access NETLOGON directory using:adsservernamenetlogon

   Step 6.6: Configure logon script
   Log on script is executed every time user logs on to the local computer. Each user could have an
   individual log on script or all users could share the same logon script.

   Default location of logon script: NETLOGON directory

   Go to step 7.6.1 if logon script is already created
   Go to step 7.6.2 if logon script is not created

   Step 6.6.1: Update logon script (If logon script is already created)
   Download logon script batch file



                                                                                                      6
How To - Implement Single Sign On Authentication with Active Directory with Non-English version of
Windows

   Edit the existing logon script by using any Text Editor and add lines specified at the end of the
   script.

   Note:
        • Replace adsservername with Active Directory domain controller's computer name.
        • Do not keep any space before or after any slash ()

   If all users share the common logon script then, you need to update only the common script else
   you need to update all the scripts created for each user.

   Step 6.6.2: Create logon script (If logon script is not already created)
   a) Download logon script batch file and save as “cyberoam.bat” in the NETLOGON

   Note:
        • Replace adsservername with Active Directory domain controller's computer name.
        • Do not keep any space before or after any slash ()

   b) Define logon script - cyberoam.bat (created in step 6.6.2) as a default logon script for all the
   users using following method:
   Log on to Cyberoam Web Admin Console
   Go to User -> Migrate Users and click "User Logon Script Updation Utility" from to download
   updatelogonscript.bat file
   Execute this script file from the domain controller itself or any other machine which is part of the
   domain as follows: updatelogonscript.bat cyberoam.bat

   Please note you will require administrative privilege to run the script

   When the user logs on for the first time after the above configuration, logon script runs
   SSCyberoamSetup.exe and installs Cyberoam Single Sign On Client (Cyberoam SSO Client) on
   the user machine. Cyberoam will authenticate user based on the details specified in
   SSCyberoamConfig.ini and Windows username.

   Note:
   On every log on attempt, SSCyberoamSetup.exe is executed which installs Cyberoam SSO
   Client if Client is not available on user machine.

   Step 6.7: Check whether Cyberoam SSO Client is installed and configured properly from any of
   the local machine.

   a) Check for “Single SignIn Cyberoam Client” folder from Start Programs. If client is installed
   properly, Single SignIn Cyberoam Client folder will be created.




                                                                                                          7
How To - Implement Single Sign On Authentication with Active Directory with Non-English version of
Windows




   b) Check SSO version and server IP address from
   HKEY_LOCAL_MACHINE/SOFTWARE/eLitecore/Cyberoam of the registry of the local machine.




   Step 7: This completes the implementation of single sign on authentication with Active Directory
   integration.




Determine NetBIOS Name, FQDN and Search DN


   On the ADS server:
        • Go to Start>Programs > Administrative Tools > Active Directory Users and Computers
        • Right Click the required domain and go to Properties tab
        • Search DN will be based on the FQDN. In the given example FQDN is elitecore.com and
          Search DN will be DC=elitecore, DC=com




                                                                                                      8
How To - Implement Single Sign On Authentication with Active Directory with Non-English version of
Windows




   Document Version: 5.0-20/03/2008




                                                                                                     9

More Related Content

Viewers also liked

Enable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEEnable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEOsama Mustafa
 
J2ee user managment using dwh builder
J2ee user managment using dwh builderJ2ee user managment using dwh builder
J2ee user managment using dwh builderOsama Mustafa
 
Oracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLinkOracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLinkOsama Mustafa
 
Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.Osama Mustafa
 
Install oracle solaris 11.2 using gui
Install oracle solaris 11.2 using guiInstall oracle solaris 11.2 using gui
Install oracle solaris 11.2 using guiOsama Mustafa
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...ginniapps
 
Install oracle grid infrastructure on linux 6.6
Install oracle grid infrastructure on linux 6.6Install oracle grid infrastructure on linux 6.6
Install oracle grid infrastructure on linux 6.6Osama Mustafa
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Osama Mustafa
 

Viewers also liked (11)

Enable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEEnable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEE
 
J2ee user managment using dwh builder
J2ee user managment using dwh builderJ2ee user managment using dwh builder
J2ee user managment using dwh builder
 
Oracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLinkOracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLink
 
Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.
 
Install oracle solaris 11.2 using gui
Install oracle solaris 11.2 using guiInstall oracle solaris 11.2 using gui
Install oracle solaris 11.2 using gui
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
 
Oracle autovue
Oracle autovueOracle autovue
Oracle autovue
 
Ebs clone r12.2.4
Ebs clone r12.2.4Ebs clone r12.2.4
Ebs clone r12.2.4
 
OBIA Installation
OBIA Installation OBIA Installation
OBIA Installation
 
Install oracle grid infrastructure on linux 6.6
Install oracle grid infrastructure on linux 6.6Install oracle grid infrastructure on linux 6.6
Install oracle grid infrastructure on linux 6.6
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
 

Recently uploaded

Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 

Recently uploaded (20)

Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

How to -_implement_single_sign_on_authentication_with_active_directory_with_non-english_version_of_windows

  • 1. How To - Implement Single Sign On Authentication with Active Directory with Non-English version of Windows How To - Implement Single Sign On Authentication with Active Directory with non-English versions of Windows Applicable to – English version of Windows This article describes how to implement single sign on authentication with Active Directory integration. Cyberoam – ADS integration feature allows Cyberoam to map the users and groups from Active Directory for the purpose of authentication. Prerequisites: • NetBIOS Domain name • FQDN Domain name • Search DN • Active Directory Server IP address • Administrator Username and Password (Active Directory Domain) • IP address of Cyberoam Interface connected to Active Directory server • Import AD groups Configuring ADS authentication Logon to Cyberoam Web Admin Console and follow the below given steps: Step 1: Create ADS user groups. Please check Cyberoam version before you continue as this is version specific step. All Versions below 9.5.3 build 14 Go to Group> Add Group and create all the ADS user groups For mapping the ADS user groups with the Cyberoam user groups, create all the ADS user groups into Cyberoam before ADS users log on to Cyberoam for the first time. If the ADS groups are not created in Cyberoam, all the users will be assigned to the Default group of Cyberoam. If all the ADS user groups are created in Cyberoam before users log on to Cyberoam then user will be automatically created in the respective group when they log on to Cyberoam. Version 9.5.3.14 or above Instead of creating groups again in Cyberoam, you can import AD groups into Cyberoam using Import Wizard. One can import groups only after integrating and defining AD parameters into Cybeoam. If you intend to import group, skip this step. Step 2: Define Authentication parameters Go to User>Authentication Settings Select ‘Active Directory’ under Configure Authentication & Integration parameters Select Default Group. 1
  • 2. How To - Implement Single Sign On Authentication with Active Directory with Non-English version of Windows Cyberoam will create user(s) in the respective groups if groups are already created in Cyberoam otherwise user will be created in the group selected as Default group. Click Update to save the settings Step 3: Configure Cyberoam to use Active Directory Click Add to configure Active Directory parameters Specify IP address of Active Directory Specify TCP/IP port number in Port field. It is the port on which ADS server listens for the authentication requests. On Cyberoam appliance, the default port for ADS traffic is 389. If your AD server is using another port, specify port number in Port field. Specify NetBIOS Domain name. If you do not know NetBIOS name, refer to section ‘Determine NetBIOS Name, FQDN and Search DN’. Specify Active Directory Administrator Username and password 2
  • 3. How To - Implement Single Sign On Authentication with Active Directory with Non-English version of Windows Click “Test Connection” to check whether Cyberoam is able to connect to the Active Directory or not. If Cyberoam is able to connect to the Active Directory, click Add to save the configuration. Step 4: Add Domain Query If Cyberoam is able to connect to the Active Directory, click Add to enter Domain name Enter Domain name (FQDN Domain Name) Click Add and enter Search DN. Check the steps provided in section ‘Determine NETBIOS Name, FQDN and Search DN’ to find the Search DN. 3
  • 4. How To - Implement Single Sign On Authentication with Active Directory with Non-English version of Windows Click OK to save the query. Click Save to save the Domain details Step 5: Test Active Directory integration Go to Help>Downloads and click HTTP to open the HTTP client login page. Specify username and password 4
  • 5. How To - Implement Single Sign On Authentication with Active Directory with Non-English version of Windows Username will be displayed on User>Manage Live Users page if user is able to log on to Cyberoam successfully. This completes the AD configuration. Import AD Groups If you have deployed v 9.5.3 build 14 or above, import AD groups into Cyberoam using Import Wizard before configuring for single sign on. Single Sign on Implementation Step 6: Use the following procedure for implementing Single Sign On (SSO) for ADS if the SSO Client is to be installed on Windows 2000, Windows XP or Windows 2003: Step 6.1: Download SSCyberoamAutoSetup.zip from Help>Download page from Cyberoam Web Admin Console on Domain Controller or on any of the client machine which is member of Domain and has the Administrator user privileges. Step 6.2: Create directory SSOsetup and unzip SSCyberoamAutoSetup.zip. Following files will be extracted: 1. SSCyberoamSetup.exe 2. SSCyberoamConfigSetup.exe 3. SSCyberoamConfig.ini 4. ElitecoreAdmin.exe 5. ElitecoreRun.exe 5
  • 6. How To - Implement Single Sign On Authentication with Active Directory with Non-English version of Windows Step 6.3: Run ElitecoreAdmin.exe to create Admin.ini file to store the user account credentials which has installation right for all the workstations. Installation right is required to run SS Cyberoam setup and install Client on the user machine. Specify username, password, and windows domain name from where users will log on. This will create Admin.ini file in the SSOsetup directory. If you do not know NetBIOS name, refer to Determine NetBIOS Name, FQDN and Search DN. Admin.ini file is passed as a parameter to Elitecorerun.exe to run SS Cyberoam setup. Step 6.4: Setup your configuration in SSCyberoamConfig.ini file using following syntax: Domain Name=XYZ (FQDN Domain name is the domain from where users will log on) Server=aaa.bbb.ccc.ddd (IP address of Cyberoam interface which is connected to Active Directory) Domain Controller=ADS Step 6.5: Copy following files to “cyberoam” directory under “NETLOGON” of domain controller: 1. SSCyberoamSetup.exe 2. SSCyberoamConfigSetup.exe 3. SSCyberoamConfig.ini 4. Admin.ini 5. ElitecoreRun.exe 6. SSCyberoam_7310.exe Use can access NETLOGON directory using:adsservernamenetlogon Step 6.6: Configure logon script Log on script is executed every time user logs on to the local computer. Each user could have an individual log on script or all users could share the same logon script. Default location of logon script: NETLOGON directory Go to step 7.6.1 if logon script is already created Go to step 7.6.2 if logon script is not created Step 6.6.1: Update logon script (If logon script is already created) Download logon script batch file 6
  • 7. How To - Implement Single Sign On Authentication with Active Directory with Non-English version of Windows Edit the existing logon script by using any Text Editor and add lines specified at the end of the script. Note: • Replace adsservername with Active Directory domain controller's computer name. • Do not keep any space before or after any slash () If all users share the common logon script then, you need to update only the common script else you need to update all the scripts created for each user. Step 6.6.2: Create logon script (If logon script is not already created) a) Download logon script batch file and save as “cyberoam.bat” in the NETLOGON Note: • Replace adsservername with Active Directory domain controller's computer name. • Do not keep any space before or after any slash () b) Define logon script - cyberoam.bat (created in step 6.6.2) as a default logon script for all the users using following method: Log on to Cyberoam Web Admin Console Go to User -> Migrate Users and click "User Logon Script Updation Utility" from to download updatelogonscript.bat file Execute this script file from the domain controller itself or any other machine which is part of the domain as follows: updatelogonscript.bat cyberoam.bat Please note you will require administrative privilege to run the script When the user logs on for the first time after the above configuration, logon script runs SSCyberoamSetup.exe and installs Cyberoam Single Sign On Client (Cyberoam SSO Client) on the user machine. Cyberoam will authenticate user based on the details specified in SSCyberoamConfig.ini and Windows username. Note: On every log on attempt, SSCyberoamSetup.exe is executed which installs Cyberoam SSO Client if Client is not available on user machine. Step 6.7: Check whether Cyberoam SSO Client is installed and configured properly from any of the local machine. a) Check for “Single SignIn Cyberoam Client” folder from Start Programs. If client is installed properly, Single SignIn Cyberoam Client folder will be created. 7
  • 8. How To - Implement Single Sign On Authentication with Active Directory with Non-English version of Windows b) Check SSO version and server IP address from HKEY_LOCAL_MACHINE/SOFTWARE/eLitecore/Cyberoam of the registry of the local machine. Step 7: This completes the implementation of single sign on authentication with Active Directory integration. Determine NetBIOS Name, FQDN and Search DN On the ADS server: • Go to Start>Programs > Administrative Tools > Active Directory Users and Computers • Right Click the required domain and go to Properties tab • Search DN will be based on the FQDN. In the given example FQDN is elitecore.com and Search DN will be DC=elitecore, DC=com 8
  • 9. How To - Implement Single Sign On Authentication with Active Directory with Non-English version of Windows Document Version: 5.0-20/03/2008 9