Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Security

    pam_smxs 1.6

    Download button

    No screenshots available
    Downloads: 593  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Igmar Palsenberg | More programs
    GPL / FREE
    May 15th, 2006, 19:05 GMT
    ROOT / Security

     Read user reviews (0)  Refer to a friend  Subscribe

    pam_smxs description

    pam_smxs is a PAM module that authenticates a user using challenge-response.

    pam_smxs is a PAM module that authenticates a user using challenge-response. All tokens that support ANSI X9.9 are currently supported and it provides full support for CryptoCard RB1 tokens.

    Installation from source:

    Unpack the tarball: tar -zxvf pam_smxs-1.6-1.tar.gz
    Change into that dir: cd pam_smxs-1.6, and do a ./configure --enable-rb1 issue a make.
    After that, you should end op with a pam_smxs.so file in the dir you are in now. A make install should install the module.

    Configuration:

    After installing the module (it should be in /lib/security), the following is neccesary to make it work:

    Edit the /etc/pam.d/xxx file, where xxx is a service, for example 'login'. In that case, edit /etc/pam.d/login

    Normally it looks something like this:

    #%PAM-1.0
    auth required /lib/security/pam_securetty.so
    auth required /lib/security/pam_pwdb.so shadow nullok
    auth required /lib/security/pam_nologin.so
    accountrequired /lib/security/pam_pwdb.so
    password required /lib/security/pam_cracklib.so
    password required /lib/security/pam_pwdb.so shadow nullok use_authtok
    password required /lib/security/pam_smxs.so
    session required /lib/security/pam_pwdb.so
    session optional /lib/security/pam_console.so
    session required /lib/security/pam_limits.so

    I'm using this on instead :
    auth required /lib/security/pam_securetty.so
    auth required /lib/security/pam_smxs.so
    auth required /lib/security/pam_nologin.so
    accountrequired /lib/security/pam_smxs.so
    password required /lib/security/pam_smxs.so
    session required /lib/security/pam_smxs.so
    session optional /lib/security/pam_console.so
    session required /lib/security/pam_limits.so

    This will let the users authenticate using pam_smxs. Also see the PAM documentation for futher configuration directives.

    Then use the cryptoadm program to add / remove / modify users.

    Product's homepage

      


    TAGS:

    PAM module | authenticates user | challenge-response authentification | pam_smxs | PAM | module

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM