Sponsored Content
Top Forums UNIX for Advanced & Expert Users any hackers? i need someones help Post 302083698 by blowtorch on Monday 7th of August 2006 09:09:06 PM
Old 08-07-2006
Er... why isn't this thread closed? Breaks a major rule. Closing it now.
 

4 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Hackers!!!!!

:o :oIve heard that there are some security issues with Unix/Linux.....im running SuSE 8.0 and i was wondering if anyone could help me out by hookin me up with some nice security programs or loopholes i can fix....thanx...p3ace:o :o And the sky opened...and it rained shit. - Anonymous (8 Replies)
Discussion started by: R34P3R
8 Replies

2. UNIX for Dummies Questions & Answers

Paranoid about hackers

Hi all I noted something strange on my server. The get mesages on my terminal even when I am not logged on. What does this mean? I don;t remember the excact message but it looked like messages from my /var/log/messages. "Can't locate mod probe!" or something like that. I am trying to get the... (4 Replies)
Discussion started by: skotapal
4 Replies

3. Cybersecurity

on how to protect your website against hackers

Hi! Looking for some feed back on this tutorial... Thank you for checking out this thread. I'm working on some killer videos right now that will explain in detail how you can protect your website against hackers. The first part of the video series is live right now and it covers Cross-Site... (2 Replies)
Discussion started by: Arne1983
2 Replies

4. Programming

C shell deciphers someones code & argv

I’m trying to work off of someone else code they gave me as an example but they are gone! I’m trying to pretty much write a wrapper of several different scripts. They use argv…I keep on thinking the next one should be argv ect. I’m not sure if maybe its different in PERL maybe if that’s true? Or... (5 Replies)
Discussion started by: carbuncle11
5 Replies
pam_acct_mgmt(3)					     Library Functions Manual						  pam_acct_mgmt(3)

NAME
pam_acct_mgmt() - perform PAM account validation procedures SYNOPSIS
[ flag ... ] file ... [ library ... ] DESCRIPTION
The function is called to determine if the current user's account is valid. This includes checking for password expiration, account expi- ration, account locks and access hour restrictions. This function is typically called after the user has been authenticated with See pam_authenticate(3). The pamh argument is an authentication handle obtained by a prior call to The following flags may be set in the flags field: The account management service should not generate any messages The account management service should return if the user has a null authentication token. APPLICATION USAGE
Refer to pam(3) for information on thread-safety of PAM interfaces. RETURN VALUE
Upon successful completion, is returned. In addition to the error return values described in pam(3), the following values may be returned: User not known to underlying account management module. Access permission is denied. New authentication token required. This is normally returned if the machine security policies require that the password should be changed because the password is NULL or it has aged. User account has expired. User account has been disabled (trusted mode only). Terminal has been disabled (trusted mode only). User is not authorized for terminal access (trusted mode only). Wrong time to login (trusted mode only). WARNINGS
HP-UX 11i Version 3 is the last release to support trusted systems functionality. SEE ALSO
pam(3), pam_start(3), pam_sm_acct_mgmt(3), pam_authenticate(3). pam_acct_mgmt(3)
All times are GMT -4. The time now is 08:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy