Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Venus
  • Content: Threads
  • Order by date
  1. Venus

    Using PAM with the GUI logon

    Does any one know how to present a list of options from within the PAM module? I developed a PAM module that presents a user with a list of options for logging on to the system. It works fine from telnet but when I use the GUI I am only able to display one option at a time when logging on. If I...
  2. Venus

    Problems compiling module with apxs. Help

    Hi, I tried compiling a module to work with apache using apxs, only problem is I get an error before it has successfully built it. How do I solve this? $./apxs -c -lpam -ldl -i -a mod_auth_pam.c This is what I get: cc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED...
  3. Venus

    Linux Password File

    Does anyone know what the '!!' represents in the password/shadow files in Linux? I'm writing a little program that will update a user's password. Thanks
  4. Venus

    PAM

    Anyone had expience developing a module for PAM (Pluggable Authentication Modules)? I developed a module but I am having problems with it correctly displaying messages when someone logon using the GUI logon interface. My messages are only a single line that continues off the screen. I have...
  5. Venus

    GUI interface on logon progress

    Do anyone know how to make the message boxes display more than one line? I was programming a pam module and require to display a message which has serveral lines. The new line symbol does not work it seems to get removed and the message continues off the screen out of sight.
  6. Venus

    No logon screen

    I reconfigured the pam.conf file but I must have made a mistake because I can no longer get the logon prompt. Anyone have any ideas how I can get back into the Hp to fix the pam.conf file without having to reinstall.
  7. Venus

    Internal working of NIS

    Hi everyone, Does anyone know how NIS works when it does an authenication of a user on a client computer? If you have any ideas or know where to find the information please let me know?
  8. Venus

    Internal workings of NIS

    Hi everyone, Does anyone know how NIS works when it does an authenication of a user on a client computer? If you have any ideas or know where to find the information please let me know?
  9. Venus

    Updating passwords using PAM

    Hi, Does anyone know how the PAM updates passwords on the Solaris system? I'm working on a project the requires me to update the password on the system. Also, I need to know does the PAM work the same with NIS systems. Thanks
  10. Venus

    updating passwords using PAM functions

    Hi everyone, I am creating a login program that uses the PAM functions. When you login, it checks with another machine to see if the password is correct. If the password is correct it compares the password with the machine logging in. I need to update these passwords if they are different...
  11. Venus

    changing passwords using PAM functions

    Hi everyone, I am creating a login program that uses the PAM functions. When you login, it checks with another machine to see if the password is correct. If the password is correct it compares the password with the machine logging in. I need to update these passwords if they are different...
  12. Venus

    Overriding login prompt message

    Is there away in hp to override the login message? In solaris using pam_get_user(pamh, &user, LOGIN_PROMPT) - where LOGIN_PROMPT is defined as a string in a header file, changes my login message from login to "Program name" login. This function does not have the same effect in hp...
  13. Venus

    Patches requires for Shadow Password Management

    Are there any patches required to set up a Trusted system on Hp 11.0? Also, is there a way to reset a disabled password without going into the sam command? Thanks for the advise in advance.:)
  14. Venus

    Shadow Password Management

    Does any know if hp supports shadow password management? I have a program running in Solaris that uses shadow password management. I would like to take the code from Solaris and port it to HP to run this program. Thanks for the advice in advance.
  15. Venus

    Creating a Shared library (dll)

    I have a shared library which was created on Solaris machine and have tried taking the files from that platform and recompiling it on the HP-server. I have tried editting the Makefile that I copied over & the mapfile. This caused warnings and an error about an unexpected end of file in the...
  16. Venus

    Autosys

    Can anyone tell me how I can obtain an autosys user's guide or manual? or can anyone send me a copy at seyi01@yahoo.com Thanks for your help
  17. Venus

    New to UNIX

    Hello, Can some one guide me on how to obtain an entry level Job in the unix field?. I have taken a Solaris System Admin course and will be taking the part 1 exam soon. I do know obtainning a job as a system Administrator without experience if far fetch. As such I know that I have to start as an...

Part and Inventory Search

Back
Top