Sponsored Content
Full Discussion: Account creation trouble
Contact Us Forum Support Area for Unregistered Users & Account Problems Account creation trouble Post 69951 by seaghan on Friday 22nd of April 2005 12:15:55 PM
Old 04-22-2005
Account Creation Trouble

Thanks for the response. First I tried my work address; then my home. The problem is that I'm not allowed to access the page that would allow me to change the email, until I get granted more rights... Smilie Otherwise, I could go and try a hotmail account next, I guess. I just joined another forum, and as you say yours should be like, I had a response very quickly and am now able to post there. <but not here Smilie )
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Account creation date

Hi All, Is there a simple and obvious way to see when an account was created.An account has come to my attention in /etc/passwd and a last on it shows having never logged in and the home directory looks to be a couple of years old. Just wondering if I'm over looking anything obvious. ... (2 Replies)
Discussion started by: Hayez
2 Replies

2. UNIX for Dummies Questions & Answers

user account creation date

hi, i tried searching the forum for a thread about this, but came up empty handed. is there a way to pull a list of all user accounts, with the associated creation date? thanks in advance! (2 Replies)
Discussion started by: lilweezy
2 Replies

3. UNIX for Advanced & Expert Users

how to find creation time of an account?

Hi all, I want to know the time when a perticular user is created, atleat in which year it is created. Could any one help me in this issue. Thanks in advance. Regards, M.Sukumar (1 Reply)
Discussion started by: sukumar
1 Replies

4. UNIX for Dummies Questions & Answers

Account creation Sudo enabled

Hi, how to create account with the following be cron enabled only accessible via sudo (1 Reply)
Discussion started by: vilves
1 Replies

5. Linux

Apply disk quota to account(dedicate 3 GB to account).

Hi , I am faceing lot of problem due to "disk space is not enough". senerio is like as, In system has 5 account. a,b,c,d,e say account c if very critical. Due to other user's data, user 'c' is faceing disk space issue. I want to dedicate 3 GB for user 'c'. No user... (1 Reply)
Discussion started by: ashokd009
1 Replies

6. Red Hat

Trouble with .tar creation over NFS mount

Hello, I am trying to backup a directory to an NFS mount. But after mounting the "tar" command is failing. 1. Created folder for mount point: test1 2. Mounted desired mount: # mount -t nfs server_name2:/backup/WMSAPP_backup -w /test1/ # df -h Filesystem Size Used Avail Use%... (5 Replies)
Discussion started by: ikn3
5 Replies

7. Cybersecurity

Mass account creation

By the company winning business from another outsource provider, I've suddenly inherited towards 300 servers and all accounts are local. One of the immediate tasks is to set up all the OS, DB, and app support staff on all of the servers operating systems. I've slapped together a crude script... (10 Replies)
Discussion started by: rbatte1
10 Replies

8. How to Post in the The UNIX and Linux Forums

Simultaneously try to execute commands after connecting to remote account to one account

I have made password less connection to my remote account. and i tried to execute commands at a time. but i am unable to execute the commands. ssh $ACCOUNT_DETAILS@$HOST_DETAILS cd ~/JEE/*/logs/ (1 Reply)
Discussion started by: kishored005
1 Replies

9. Shell Programming and Scripting

Shell script for user account Creation

Hi Folks, I had a request to create the user request. Between, I just write a script a create, Update Geos, and update the password. My script as below: The error message, what I am getting is all the users are updated with the same Goes value.. #!/bin/bash for i in `cat users.txt`;do... (2 Replies)
Discussion started by: gsiva
2 Replies
gnutls_ocsp_status_request_get(3)				      gnutls					 gnutls_ocsp_status_request_get(3)

NAME
gnutls_ocsp_status_request_get - API function SYNOPSIS
#include <gnutls/gnutls.h> int gnutls_ocsp_status_request_get(gnutls_session_t session, gnutls_datum_t * response); ARGUMENTS
gnutls_session_t session is a gnutls_session_t structure. gnutls_datum_t * response a gnutls_datum_t with DER encoded OCSP response DESCRIPTION
This function returns the OCSP status response received from the TLS server. The response should be treated as constant. If no OCSP response is available then GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE is returned. RETURNS
On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error code is returned. SINCE
3.1.3 REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GnuTLS home page: http://www.gnu.org/software/gnutls/ COPYRIGHT
Copyright (C) 2012 Free Software Foundation, Inc.. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. As an alternative you may obtain the manual from: http://www.gnu.org/software/gnutls/manual/ gnutls 3.1.15 gnutls_ocsp_status_request_get(3)
All times are GMT -4. The time now is 03:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy