I have configured external authentication with active directory.i have configured an LDAP server with type Active directory.
the settings are:
Admin DN:cn=grjuniper,ou= IT,ou=XX,dc=company,dc=net
Password:XXXXX
Finding User Entries
Base DN:dc=company,dc=net
Filter:samaccountname=<USER>
and at role mapping for the realm i have configured the rule : username is "*" then assign a role.
When i try to log to the ssl with a user configured in the customers active directory works fine.
But there is one problem im facing and i dont know how to configure it.
I was able to log to the ssl with my laptop which is not part of the customers domain,the customer wants the ssl to permit only the workstations which are members of his domain.The customer has another ssl appliance which has this option configured i think as a user attribute.
Any help on how to do this will be much appreciated
Thank You
Solved! Go to Solution.
hello seaweed,
ok now inderstant what you need , ok , you can set strategy with the host checker, when any users need to access with their laptop the howt cheker will check if this laptop corresponding to the domain
befor authticate any user to access the ressource you check thier laptop ,
i idvise you to create files.reg example:
Key/Subkey: SYSTEM\CurrentControlSet\Services\Tcpip\Security\Key
Binary; f0deyrrYYU01237fcc4587jdbnfkdl64e6e424fe00000008e56dd33
and save it
go to endepoint security >>>>>>host checker >>>cPolicies>>>clik new name exemple entreprise policy:
windows>>> Rule setting >>>>registery setting>>> Add
Key/Subkey: SYSTEM\CurrentControlSet\Services\Tcpip\Security\Key
Binary; f0deyrrYYU01237fcc4587jdbnfkdl64e6e424fe00000008e56dd33
and save
after that bind this with the role map trougth hostcheker
hope help you
thanks
let me know
Hello saeweed
i would like to share with you this script to deploy you reg key to all windows worksation in your network
step 1 _ create file.txt and wirte in :
for /f %%p in (hosts.txt) do reg add \\%%p\HKLM\SYSTEM\CurrentControlSet\Services\Tcpip
and save as it regkey.bat
Step2 _ cretae another file host.txt and put it all ip's for your workstation and execute your regkey.bat
i hope this help you please let me know if you need detail
Hello sweed,
do you need to aplaying policy to permit only workstations which are member domain ????
thanks
hello seaweed,
ok now inderstant what you need , ok , you can set strategy with the host checker, when any users need to access with their laptop the howt cheker will check if this laptop corresponding to the domain
befor authticate any user to access the ressource you check thier laptop ,
i idvise you to create files.reg example:
Key/Subkey: SYSTEM\CurrentControlSet\Services\Tcpip\Security\Key
Binary; f0deyrrYYU01237fcc4587jdbnfkdl64e6e424fe00000008e56dd33
and save it
go to endepoint security >>>>>>host checker >>>cPolicies>>>clik new name exemple entreprise policy:
windows>>> Rule setting >>>>registery setting>>> Add
Key/Subkey: SYSTEM\CurrentControlSet\Services\Tcpip\Security\Key
Binary; f0deyrrYYU01237fcc4587jdbnfkdl64e6e424fe00000008e56dd33
and save
after that bind this with the role map trougth hostcheker
hope help you
thanks
let me know
hi sorry i forgot to explaine you what i mean check thier direcoty
for exaple you can crete file and place it in one of thier directory and create new host checker and bind it to the role mapping andyou can also crete a new sing in only for MAC users and bind it with the releam server
example :
https://sa.domaine.com/Mac
rule is :
only user can authenticate if the hostchecker check and permit
kernel verison XXX
file (creted by you in specific directory)
this is only example.
hope i help you
hi seaweed
could you please inform me if it is ok for you ?! if no please let me know.
thank you
it is ok thank you i havent tried it yet but i think it will be fine.i have one last question.The registry key i assume it is the same on all workstations which are part of the domain.can you tell me the path to find the registry key ?
Thank you