Search found 7 matches

by knumskull
24 May 2011, 04:15
Forum: Deutsch
Topic: Authentifizierung: HTTP_AUTH od. BASIC_AUTH
Replies: 5
Views: 6500

Re: Authentifizierung: HTTP_AUTH od. BASIC_AUTH

der von HTTP_AUTH.
Das einzige was jetzt ist, dass die Anmeldung nicht durchgereicht wird. Also Mantis mit den Daten nichts anfassen kann.
by knumskull
23 May 2011, 18:55
Forum: Help
Topic: problem with HTTP_AUTH
Replies: 7
Views: 7687

Re: problem with HTTP_AUTH

@atrol:

Sorry. You're right. I did not see your post.
After I removed the quotes, my browser asking me for username & password.

But now I can't login. Mantis did not know my usernames. It is also impossible to login, after I added user in mantis manually.
It seems mantis don't know about the ...
by knumskull
23 May 2011, 18:27
Forum: Deutsch
Topic: Authentifizierung: HTTP_AUTH od. BASIC_AUTH
Replies: 5
Views: 6500

Re: Authentifizierung: HTTP_AUTH od. BASIC_AUTH

Jap,
ist das selbe Thema.

Okay, mit deinem Tipp funktioniert wahrscheinlich die Anmeldung. Allerdings bekomme ich keine Anmeldung. Die Authentifizierung funktioniert nicht. Wenn ich den Benutzer vorher anlege, kann ich ja kein Passwort vergeben. Also irgendwie stehe ich da jetzt noch auf dem ...
by knumskull
23 May 2011, 15:24
Forum: Help
Topic: problem with HTTP_AUTH
Replies: 7
Views: 7687

Re: problem with HTTP_AUTH

What you mean with constant?

i had a mistake above.
surely i defined it following way ...
$g_login_method = 'HTTP_AUTH';

Is this in my case the right solution?
I think i am authenticated via webserver and mantis has only to use this. So if iam logged in, mantis redirect me to the main-page of my ...
by knumskull
23 May 2011, 13:59
Forum: Help
Topic: problem with HTTP_AUTH
Replies: 7
Views: 7687

Re: problem with HTTP_AUTH

no, thats not my problem.

I want to do login like SSO over http_auth.
I don't find any configuration hints, what i have to do.

I added following line into config_inc.php

$g_login_method = 'HTTP_AUTH';


When i connect to my mantis-installation, i get the login-mask for accessing the site, but ...
by knumskull
23 May 2011, 09:36
Forum: Help
Topic: problem with HTTP_AUTH
Replies: 7
Views: 7687

problem with HTTP_AUTH

hello,

iam trying to authenticate my users on mantis via HTTP_AUTH. I auth my complete site by apache.
Mantis did not recognize my authentication and always show me login-page.

I tried with existing and non-existing user.
Where can i find some information about my issue?

All notes on the web ...
by knumskull
23 May 2011, 09:26
Forum: Deutsch
Topic: Authentifizierung: HTTP_AUTH od. BASIC_AUTH
Replies: 5
Views: 6500

Authentifizierung: HTTP_AUTH od. BASIC_AUTH

Hallo,

um auf meine Mantis-Seite zu kommen, habe ich schon einen HTTP_AUTH durch den Apache. Ist es möglich, dass diese Anmeldung an Mantis durchgereicht wird.
Sämtliche versuche mit HTTP_AUTH und BASIC_AUTH haben nicht geklappt. Ich komme immer wieder zur Anmeldeseite um Benutzername + Passwort ...