CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. Come to CPUG CON 2008 EUROPE in Switzerland on September 8th - 9th!
    Two days full of technical content for Check Point administrators in the beautiful Swiss Alps!
    We already have sign-ups from twelve different countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 7/14, 8/25, 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8.
3. Corrent S3500 SecureXL Turbocards For Sale - Last Six Remaining - Get Your Spares!
4. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 And Related Products > Authentication
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2007-01-17
crono_79 crono_79 is offline
Junior Member
 
Join Date: 2006-04-06
Posts: 21
Rep Power: 0
crono_79 has an average reputation (10+)
Default LDAP authentication

i dont know if this can be done, but..

we have a NGX R60, and smartdirectory, we are using a windows server 2003 as a domain controller

- i can query the Ldap groups ok
- i created a rule that says:
source: ldap_group@any
dest:any
VPN: any
service: any
action:client auth
in client auth properties:
-requiered sign on: standard
-Sign on Method: Fully automatic (ive tried partially auto and manual also)


with this rule, when anyone tries to open a webpage, IE asks for a domain username/password, after typing a valid credentials, the user will be able to surf the net or use any other internet service (i.e. msn messenger)

this is ok, this i what i wanted to accomplish, but now i want to make checkpoint to not ask for a password, just use the credentials from the currently logged on user

is this possible? what do i have to do?

is there any more info that you need to help me with this?

thanks everyone


BTW, im sorry for any grammar or spelling mistakes, english is not my native lenguage, im trying my best :)
Reply With Quote
  #2 (permalink)  
Old 2007-01-24
MarioL MarioL is offline
Senior Member
 
Join Date: 2007-01-18
Location: London
Posts: 346
Rep Power: 2
MarioL has an average reputation (10+)
Default Re: LDAP authentication

There are few things you probably should consider first:
- The username/password are being sent in clear text, not ideal
- Your rule might be too permissive, since it allows any traffic to any destination. It's good practice to limit the destination and/or services (otherwise an infected/compromised/rogue can do a lot of stuff

In your case I'd consider:
- Getting an ISA, use it to proxy all access out and authenticate users (since this uses hashes rather than clear text which is much safer
- Using Client Auth with SSL (user must authenticate specifically)
- Using Session Auth, since it can use encryption (I don't like it that much tbh)

The only real enterprise solution to do the SSO that you mention with Check Point is Meta IP, which isn't that popular and is also expensive/requires changing quite a few things. I think this isn't even Check Point anymore, not sure.
Reply With Quote
  #3 (permalink)  
Old 2007-01-24
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,598
Rep Power: 4
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: LDAP authentication

Quote:
Originally Posted by MarioL View Post
The only real enterprise solution to do the SSO that you mention with Check Point is Meta IP, which isn't that popular and is also expensive/requires changing quite a few things. I think this isn't even Check Point anymore, not sure.
You are correct. Check Point spun off Meta a few years ago.

As for ISA, I know this works well for HTTP/HTTPS and FTP, but how well does it work for non-standard protocols like say SKYPE?
Reply With Quote
  #4 (permalink)  
Old 2007-01-26
MarioL MarioL is offline
Senior Member
 
Join Date: 2007-01-18
Location: London
Posts: 346
Rep Power: 2
MarioL has an average reputation (10+)
Default Re: LDAP authentication

Well yeah, ISA is a bit limited, but then again what do the users really need for work purposes? That is the big question... tbh most users have a lot more than they need.

So I guess my answer should have been: Depending on what traffic you need to control, ISA might be a good option... or not ;)
Reply With Quote
  #5 (permalink)  
Old 2007-01-26
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,598
Rep Power: 4
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: LDAP authentication

Hrmm... I'd love to find a good solution for this. The whole MetaIP thing only kinda worked when I tried it many many years ago.
Reply With Quote
  #6 (permalink)  
Old 2007-02-07
giulitn giulitn is offline
Junior Member
 
Join Date: 2005-12-14
Posts: 19
Rep Power: 0
giulitn has an average reputation (10+)
Default Re: LDAP authentication

Hi,
how do you query the LDAP group?
I have CP NGX R60 and AD windows 2003.

I would like to do SS0 from outside of my network; acually I'm using RADIUS authentication and it works but in this case I have to replicate the user from AD into CP database; I would like to use user from the AD database.


Thanks.
Reply With Quote
  #7 (permalink)  
Old 2007-02-07
MarioL MarioL is offline
Senior Member
 
Join Date: 2007-01-18
Location: London
Posts: 346
Rep Power: 2
MarioL has an average reputation (10+)
Default Re: LDAP authentication

For SSO you should consider using 2 factor (strong) authentication, rather than just AD. More so when you use SSO and "from outside the network" in the same sentence.

Rambling on, you should also make sure that FW-1 and AD are using 636 to communicate (and not 389 like many ppl use) so that it's encrypted. Never did this on 2003 nor with the latest FW-1 versions, so I can't help there.
Reply With Quote
  #8 (permalink)  
Old 2007-02-07
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,598
Rep Power: 4
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: LDAP authentication

Take a look at http://cpug.org/check_point_resource...0FW-1%20NG.zip
Reply With Quote
  #9 (permalink)  
Old 2007-02-07
giulitn giulitn is offline
Junior Member
 
Join Date: 2005-12-14
Posts: 19
Rep Power: 0
giulitn has an average reputation (10+)
Default Re: LDAP authentication

Hi,
I did it and now I can retrieve user from the AD database; however wheb I triy to install policies it answers me
error: no sufficient licenses for account management

I yhink the problem is in the Smart directory; shoul I use another license I suppose.

Thanks.
Reply With Quote
  #10 (permalink)  
Old 2007-02-08
MarioL MarioL is offline
Senior Member
 
Join Date: 2007-01-18
Location: London
Posts: 346
Rep Power: 2
MarioL has an average reputation (10+)
Default Re: LDAP authentication

That error means exactly that, your SmartCenter isn't licensed for "Account Management" which is the LDAP bit.
Reply With Quote
  #11 (permalink)  
Old 2007-02-08
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,598
Rep Power: 4
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: LDAP authentication

Account Management/SmartDirectory is the same license, it is included with SmartCenter Pro/Power and is an add-on for Express/UTM. The SKU is CPUTM-SMDR and it's $5k US.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 19:50.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0