How can I connect a PHP web app to the Active Directory? Is LDAP the only way?
Some references I have so far https://stackoverflow.com/questions/1003751/how-do-i-use-microsoft-ad-and-php-single-sign-on-web-app
How can I connect a PHP web app to the Active Directory? Is LDAP the only way?
Some references I have so far https://stackoverflow.com/questions/1003751/how-do-i-use-microsoft-ad-and-php-single-sign-on-web-app
Which is the benefits to use ZoneAlarm instead of windows native firewall? Is it really necessary?
I'm using ubuntu server 10 and I have this configuration in my smb.conf:
[www]
comment = Web files
path = /var/www
browsable = yes
writeable = yes
create mask = 0775
directory mask = 0775
valid users = @developers
When I connect trough MAC OSX machine and create a file or directory the permissions are set with 755.
Why?