Results 1 to 5 of 5

Thread: Mod_auth_mysql error

  1. #1
    Join Date
    Apr 2010
    Posts
    77

    Mod_auth_mysql error

    I am going up a http server, not without spending several hours , I was a bit close to what i want. I explain: in a first time I went through authentication on my server with / etc / httpd / conf / group and / etc / httpd / conf / passwd and it worked fine. Except that no one could create their login and mdp. After that i got Mod_auth_mysql error. Please help.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Mod_auth_mysql error

    One of the quickest ways to make authentication on the Internet is through a file htaccess htpasswd and. Ie to a file, the login and password (encrypted). The problem is that if this solution allows to easily and quickly behind a content protection authentication, it is nevertheless war thrust and scalable.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Mod_auth_mysql error

    Anyone who identifies with Trac sees his account automatically created. It follows therefore that some assign rights to an account that has not yet had created. But then how to authenticate? This is precisely the strength of Trac: we can identify the method that you want. Initially I had gone through a htpasswd but now I want to authenticate with the username and password forum FluxBB.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Mod_auth_mysql error

    It seems that this extension is present in version 3.8 of TYPO3, remains to know which package you have taken. For info, the extension corresponds to sv "typo3 System Services", version 1.0.0, which is part of the core typo. You need to check that the file is present in sv typo3/ext / reinstall your system and if not checked your sources.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Mod_auth_mysql error

    In the window itself is not clear, the text you can put enough (or very) limited and I'm not even sure it is displayed in all browsers. It is better to put it on the page with a link to this part and / or the ErrorDocument end (which appears if one cancels the authentication).

    Well you can check in the doc / FAQ, ask for support, try the instructions associated with mod_auth_mysql:

    Code:
    AuthName "auth"
    AuthType Basic
    AuthMySQLHost server_name
    AuthMySQLDB datab
    AuthMySQLUserTable tablename
    It AuthMySQLEnable
    AuthMySQLNameField 
    AuthMySQLPasswordField password
    require valid-user

Similar Threads

  1. Replies: 5
    Last Post: 04-05-2011, 10:50 AM
  2. Replies: 6
    Last Post: 12-11-2010, 11:37 PM
  3. Server Error: 451, Socket Error: 10053, Error Number: 0x800CCC0F
    By Eigenberg in forum Windows XP Support
    Replies: 3
    Last Post: 03-06-2008, 04:13 PM
  4. Replies: 3
    Last Post: 21-07-2005, 01:07 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,676,879.77919 seconds with 17 queries