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 SkipVought 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
  • 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

    egrep

    Are you writing this egrep in script or is it a program written in c? If it is written in c, try using getevn("LOGNAME")it will return the name of the user logged in. Then use a pointer to point to the first letter of the name.
  5. 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...
  6. 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.
  7. 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.
  8. 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?
  9. 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?
  10. Venus

    updating passwords using PAM functions

    The maximum number of passwords available would be the number of users who have accounts on the system. I think this is the answer you are looking for but I'm not sure I completely understand the question and how it relates to the question I posted.
  11. 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
  12. 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...
  13. 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...
  14. Venus

    Overriding login prompt message

    bi, No, the prompt I'm trying to override is the one that asks for your username. It's prior to any authenication.
  15. Venus

    PAM

    Hi chenn, If it is an hp system you might like to check out www.docs.hp.com. Even if it isn't it might give you some insight on PAM.
  16. 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...
  17. 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.:)
  18. 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.
  19. 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...
  20. 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

Part and Inventory Search

Back
Top