Re: [users@httpd] Re: Multiple authencation prompts

2014-01-01 Thread Ramesh Nadupalli
Thanks Andrew for the info. Will check with our team. On Wed, Jan 1, 2014 at 5:53 PM, Andrew Schulman wrote: >> Hello, >> >> I am using apache to host iOS related applications. I have integrated >> apache with our internal LDAP. When I try to access on a desktop it >> prompts for password only on

[users@httpd] Multiple authencation prompts

2013-12-30 Thread Ramesh Nadupalli
Hello, I am using apache to host iOS related applications. I have integrated apache with our internal LDAP. When I try to access on a desktop it prompts for password only once. Where as in apple devices its prompting multiple times (I use plist). If the app consists of 4 files, it prompts for pass

Re: [users@httpd] Access controls

2013-12-16 Thread Ramesh Nadupalli
Also thank you for your suggestion on having multiple locations in the config, I'll give it a shot.Is it possible to have some sort of an accessfile to control the access for users? On Mon, Dec 16, 2013 at 3:32 PM, Ramesh Nadupalli wrote: > sorry if I haven't made my requirement c

Re: [users@httpd] Access controls

2013-12-16 Thread Ramesh Nadupalli
ot;ldaps://example-ldap.example.com:636/o=example.com?uid??(&(objectClass=inetOrgPerson)(groups=groupA))" > AuthBasicProvider ldap > Require user tom.scott > SetOutputFilter DEFLATE > > > This works perfect for me. > > Thanks, > Otis > > > O

Re: [users@httpd] Access controls

2013-12-16 Thread Ramesh Nadupalli
Is this possible to implement using apache? On Sun, Dec 15, 2013 at 9:49 PM, Ramesh Nadupalli wrote: > I use Directory. This is how my config file look like > > > AuthType Basic > AuthName "Enter your ID" > AuthBasicProvider ldap >

Re: [users@httpd] Access controls

2013-12-15 Thread Ramesh Nadupalli
LDAPBindDN "cn=xxx,ou=xxx,dc=domain,dc=com" AuthLDAPBindPassword x Require valid-user On Sun, Dec 15, 2013 at 9:12 PM, Eric Covener wrote: > On Sun, Dec 15, 2013 at 9:54 AM, Ramesh Nadupalli > wrote: >> Thanks Eric for your response. I have tried belo

Re: [users@httpd] Access controls

2013-12-15 Thread Ramesh Nadupalli
access based on a path, I am not sure what else can be used to read an access file. On Sun, Dec 15, 2013 at 6:43 PM, Eric Covener wrote: > On Sat, Dec 14, 2013 at 11:06 PM, Ramesh Nadupalli > wrote: >> I have tried "Require ", it doesn’t solve our requirement. I am >

[users@httpd] Access controls

2013-12-14 Thread Ramesh Nadupalli
Hello, I have integrated apache web server with our internal LDAP and I have requirement to provision role based access to the folders in the docroot. I have earlier used SVN and we were using AuthzSVNAccessFile to meet this requirement. Contents of the file will look like this. {code} [groups] u

[users@httpd] Test mail. Please ignore

2013-12-14 Thread Ramesh Nadupalli

[users@httpd] Restricting access based on an access file

2013-12-14 Thread Ramesh Nadupalli
Hello, I have integrated apache web server with our internal LDAP and I have requirement to provision role based access to the folders in the docroot. I have earlier used SVN and we were using AuthzSVNAccessFile to meet this requirement. Contents of the file will look like this. {code} [grou