Search:

Type: Posts; User: kruemi

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    897

    Re: [au-extAuth] 1.0.1 released

    I'm using it, to authenticate against Kerberos (which is run by our AD Windows Server)

    For this I've installed on our linux webserver
    heimdal-kcm, perl and Authen::Simple::Kerberos

    Than I...
  2. Replies
    1
    Views
    897

    [au-extAuth] 1.0.1 released

    This module makes it possible to authenticate against an external Source.
    All you need is a program that runs on the server that can be called with the username and password as command line...
  3. Replies
    17
    Views
    5,401

    Re: External Authentication

    Thank you all for your input... It's been a great help.

    Upon looking at the code of the Method in question I stepped back from using it.

    Basicly all it does is writing an array (which has to be...
  4. Replies
    17
    Views
    5,401

    Re: External Authentication

    Please don't accuse me of spamming...

    I've just found the function
    createNewUser($arrUser) in ModuleRegistration.php (line 332)


    /**
    * Create a new user and redirect
    ...
  5. Replies
    17
    Views
    5,401

    Re: External Authentication

    I've seen these discussions (with openID and changes to he core)

    I've used an LDAP-Auth-Plugin to learn how to integrate with contao (I do still not fully understand everything in dca/)... And I...
  6. Replies
    17
    Views
    5,401

    Re: External Authentication

    Hrm... it could be possible, but I doubt it...

    because with openID you don't enter the userID and password on the contao site but into a window from your ID-Provider.

    Maybe if you made a hack...
  7. Replies
    17
    Views
    5,401

    Re: External Authentication

    Wow, thank you all a huge load!

    It now works the way I wanted it to.

    It can be found as au-extAuth in the repository.
  8. Replies
    17
    Views
    5,401

    Re: External Authentication

    Ok... again it's me...

    I got it running... almost!

    What my extension does now:

    If a user is not found in the DB:
    hook importUser is called

    I authenticate against kerberos with username...
  9. Replies
    17
    Views
    5,401

    Re: External Authentication

    Hello Ramjet



    That did the trick! Thanx a lot!

    kruemi
  10. Replies
    17
    Views
    5,401

    Re: External Authentication

    Thank you very much for the reply.

    This sounds really good. So I'll need to implement both of these hooks.

    About the return code "0". This is common practise for unix tools. I'm doing a call to...
  11. Replies
    17
    Views
    5,401

    Re: External Authentication

    Ok... I seem to have come one step further...

    I can use the "importUser" hook. Seems quite nice.

    The description only mentions, that a boolean is to be returned. But what does that boolean do?...
  12. Replies
    17
    Views
    5,401

    External Authentication

    Hello

    I'd like to implement a feature to be able to authenticate against an external source.

    I'm using kerberos with a local script that takes the username and the password and returns 0 on...
Results 1 to 12 of 12