Thread: pam & c++

  1. #1
    Registered User
    Join Date
    Jun 2007
    Posts
    7

    pam & c++

    hi guys,

    I was wondering if there was a simple way of accessing PAM libraries from c++. I was originally going to store my own username/password database, but decided it would be reinventing the wheel. I'm still pretty new to this whole c++ thing although have been coding for 5+ years.

    peace.

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    You can access the C API from C++ without problems.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User
    Join Date
    Jun 2007
    Posts
    7
    thank you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Strange passwd error
    By cpjust in forum Tech Board
    Replies: 5
    Last Post: 04-01-2009, 02:55 PM