variables
roberto.ch - September 18, 2008 - 21:21
| Project: | Certificate Login |
| Version: | 6.x-1.0 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
hi
if in my certificate is CN=jdoe/emailAddress=john.doe@foo.bar
which variable ist for login as jdoe?
saluti
roberto

#1
I'm not sure. You might want to test this code on a page on your server:
<pre><?php
print_r($_SERVER);
?>
</pre>
I think this will show you where the string you're looking for is. Please let me know how it goes.
#2
sorry i cannot test. in version 6.1 is the
path for automatic authentication not
configurable, an any https is not enabled.
saluti
roberto
#3
In my 6.x version I made the path for authentication a fixed path (/login). I will probably change that eventually. Turning on the 403 form will log people in on any access denied page.
I'm not sure what you mean about https...
#4