dhassen Posted April 3, 2006 Posted April 3, 2006 Right.... i'll ask the question simply..lol.... where do I start?????????
dhassen Posted April 3, 2006 Author Posted April 3, 2006 hmmm.... well we have options... which ever is easier... and more secure. We can have an IIS, or Apache, both are set up and ready to go. The school's current external website is on a linux server though. Im making a copy of the intranet and want that to be accessed from home via authentication against AD... that can either sit on the current server or a seperate IIS one ...
apeo Posted April 3, 2006 Posted April 3, 2006 Im gonna assume you want a windows solution.. so if you have iis setup the it just a simple case of turning on directory security.
dhassen Posted April 3, 2006 Author Posted April 3, 2006 don't want a windows solution as a definate... but if it's easier.... so... turning on directory security.... how does a form pass data.. username and password... to ad to be authenicated
CyberNerd Posted April 3, 2006 Posted April 3, 2006 Apache and AD is pretty straightforward to setup. you'll need mod_auth_ldap theres a walkthrough here: http://thomas-howard.com/reference/articles/apache+ad/ or google mod_auth_ldap also you'll need to setup an account in AD for LDAP to bind to, AD doesn't support anonymous binds.
Geoff Posted April 3, 2006 Posted April 3, 2006 You can do Samba (with Winbind) + Apache and use native PAM auth too. AD doesn't support anonymous binds. W2k server does. With W2k3 server its disabled in the default domain GPO. You can quite easily re-enable the feature if you wish.
CyberNerd Posted April 3, 2006 Posted April 3, 2006 W2k server does. With W2k3 server its disabled in the default domain GPO. You can quite easily re-enable the feature if you wish. I had problems with anonymous binds on 2000, I think there are some security problems that don't let it search the directory sufficently? I never really got to the bottom of it, adding a 'bind' account seemed to solve it though
dhassen Posted April 3, 2006 Author Posted April 3, 2006 thanks everyone for the input...... i'll have a look
dhassen Posted April 4, 2006 Author Posted April 4, 2006 IIS - directory security - digest authenication ----- I'm assuming this is the authenication method that uses AD, but I cant see how I use SSL too... when you said... im going to need SSL too... what does this involve... according to IIS digest auth doesnt use SSL
dhassen Posted April 6, 2006 Author Posted April 6, 2006 just to let you guys know.... we got it sorted.... CHEERS!!!!! used windows IIS... and port forwarding etc etc so only got 1 intranet and only 1 port is accessible to the outside world....
webman Posted April 6, 2006 Posted April 6, 2006 Just to remember to keep up with the patches. Yeah, tried to quit ages ago but the Nicquitin clear ones really help, still need willpower though...
dhassen Posted April 6, 2006 Author Posted April 6, 2006 lol.... not got to that stage yet... still sneaking out every dinner.. Geoff... which patches are you meaning... windows IIS ones? (im a web hack really not a server type)
Geoff Posted April 6, 2006 Posted April 6, 2006 Geoff... which patches are you meaning... windows IIS ones? (im a web hack really not a server type) Yes, IIS patches. Windows patches are important too though. If there's a hole in your web application then its concievable that an attacker would use a local windows exploit to get system priverledges. BTW, you did put this web server in your DMZ didn't you? I'd put snort on it too, just to be sure.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now