Sponsored Content
Full Discussion: Please help!!!
Top Forums Shell Programming and Scripting Please help!!! Post 302081081 by mhssatya on Friday 21st of July 2006 06:58:56 PM
Old 07-21-2006
Reborg,

I am sorry that I copied wrongly. The code is working now but IF i have 2 files namely CARE01_DLY_AUS_20060721 and CARE01_DLY_MKT_20060721
It's creating only 1 new file named CARE01_DLY_MKT_20060721 _new. But what happened to the other file namely CARE01_DLY_AUS_20060721 _new. It's writing only 1 file.

Once again I am sorry to copy it worngly. It happened because i copied wrongly.
 
sasl_getprop(3) 						  SASL man pages						   sasl_getprop(3)

NAME
sasl_getprop - Get a SASL property SYNOPSIS
#include <sasl/sasl.h> int sasl_getprop(sasl_conn_t *conn, int propnum, const void ** pvalue); DESCRIPTION
sasl_getprop gets the value of a SASL property. For example after successful authentication a server may wish to know the authorization name. Or a client application may wish to know the strength of the negotiated security layer. conn is the SASL connection object. propnum is the identifier for the property requested and pvalue is filled in on success. List of prop- erties follows: SASL_USERNAME - pointer to NUL terminated user name SASL_SSF - security layer security strength factor, if 0, call to sasl_encode, sasl_decode unnecessary SASL_MAXOUTBUF - security layer max output buf unsigned SASL_DEFUSERREALM - server authentication realm used SASL_GETOPTCTX - context for getopt callback SASL_IPLOCALPORT - local address string SASL_IPREMOTEPORT - remote address string SASL_SERVICE - service passed to sasl_*_new SASL_SERVERFQDN - serverFQDN passed to sasl_*_new SASL_AUTHSOURCE - name of auth source last used, useful for failed authentication tracking SASL_MECHNAME - active mechanism name, if any SASL_PLUGERR - similar to sasl_errdetail RETURN VALUE
Returns SASL_OK on success. SASL error code on failure. CONFORMING TO
RFC 4422 SEE ALSO
sasl(3), sasl_errors(3), sasl_server_new(3), sasl_client_new(3) SASL
10 July 2001 sasl_getprop(3)
All times are GMT -4. The time now is 06:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy