Sponsored Content
Operating Systems AIX Passing user/pass credentials to automountd map file. Post 302859571 by sea on Thursday 3rd of October 2013 11:54:19 AM
Old 10-03-2013
Assuming it should mount the NAS to:
Code:
# cd /mounttest/nas

You then seem to try execute another folder (?)
Code:
ksh: /mounttest/nasd: permission denied

Did you wanted to execute the file "d" in /mounttest/nas/?

You might want to share the script executed or the one called.
What is the output of:
Code:
ls /mounttest/ -l
ls /mounttest/nas/ -l

Edit & Note: Have to admit i have no experience with AIX
But if /mounttest/nasd is a script, it might require execution flag: chmod +x /mounttest/nasd

Last edited by sea; 10-03-2013 at 01:01 PM..
 

10 More Discussions You Might Find Interesting

1. Solaris

Cannot add a user,No /home map.

Hi all! my problem is that i cannot add a user to my system, Solaris 10,I x86, i have search thru this forum several times and i cannot find anything about my problem. I have tried to add a user in SMC, i can make that user and get a symbol for him in the users list in SMC but when i tried to... (2 Replies)
Discussion started by: larsgk
2 Replies

2. UNIX for Dummies Questions & Answers

samba user.map file

I am using Samba 3.0.33. The user.map file is not referred anywhere is Smb.conf. Infact, I couldn't see the user.map file any where in samba. But everything seems to be working. Is there an alternative way to refer to the users list. (2 Replies)
Discussion started by: sagar_evc
2 Replies

3. Red Hat

NIS disabling the MAP for a local user

Hello everybody, we have a NIS User lsfadmin which gets his environment variables from the autmount /home/lsfadmin. A newer version of the application needs a different environment to launch the application. I can't change the environment of the NIS User because we use NIS company wide for... (0 Replies)
Discussion started by: sdohn
0 Replies

4. Shell Programming and Scripting

FTP credentials from a config file

Hi, I am using the following syntax to connect to an FTP server and paste the file. Based on the value in the variable $Folder, i want to connect to different folders on the same server. The credential is different to access different folders. How to get the user name and password from a... (3 Replies)
Discussion started by: ashok.k
3 Replies

5. Web Development

How to pass user credentials between apps on the same server?

I have a wordpress site that authenticates against a local ldap database for users to login. On the same server and domain I have subsonic installed that also authenticates against the same ldap database. The ldap database is firewalled front the outside wall and the internal LAN. I would like... (3 Replies)
Discussion started by: barrydocks
3 Replies

6. Shell Programming and Scripting

perl script to open an executable and pass the user credentials

Is it possible to open an executable file and pass user credentials through the perl script. If yes Please do share the CPAN module names and the way to access the executable file. For eg. I want to open the IBM LOTUS Sametime through my perl code and pass the user credentials like... (1 Reply)
Discussion started by: giridhar276
1 Replies

7. UNIX for Advanced & Expert Users

Need to pass credentials in one Go

Hi, We usually switch user using the below command. sudo su - user1 It then prompts for the password which we feed in. I wish to pass both the username and the password in one go thus eliminating the prompt for the password. I am using java standalone to connect to unix using... (11 Replies)
Discussion started by: mohtashims
11 Replies

8. UNIX for Advanced & Expert Users

Passing credentials via .netric file in Linux

How to create netrc file...I searched in google & got to know that we have to create .netrc file in home directory, I've created .netrc file in in home directory created .netrc file in home directory more .netrc machine $HOSTNAME login xxxx password xxxxx Note: echo $HOSTNAME... (2 Replies)
Discussion started by: sam@sam
2 Replies

9. UNIX for Beginners Questions & Answers

Passing User Credentials with Mount Command

My HP-UX server currently mounts a directory on a Windows 2012 server. The Windows server allows anonymous connections for RW and this configuration has worked well for years. Now, due to tightening security requirements I can't use anonymous. I also can't setup Identity Mapping on the Windows... (5 Replies)
Discussion started by: jduehmig
5 Replies

10. Shell Programming and Scripting

Curl , download file with user:pass in bash script

Hello, My question is about curl command. (ubuntu14.04) In terminal, I am able to download my mainfile with: curl -u user1:pass1 http://11.22.33.44/******* When I convert it into bash script like this: #!/bin/bash cd /root/scripts computer_ip=11.22.33.44 curl -u $1:$2... (8 Replies)
Discussion started by: baris35
8 Replies
NASD(1) 						      General Commands Manual							   NASD(1)

NAME
nasd - Network Audio System server SYNOPSIS
nasd [:listen port offset] [-option ...] DESCRIPTION
nasd is the generic name for the Network Audio System server. It is frequently a link or a copy of the appropriate server binary for driv- ing the most frequently used server on a given machine. STARTING THE SERVER
The server is usually started from /etc/rc or a user's startup script. When the Network Audio System server starts up, it takes over /dev/audio. Note, that if ReleaseDevice is set to TRUE [default] in the nasd.conf file, nasd will relinquish control of the audio device whenever it has finished playing a sound. This means you can use other non-NAS applications when nasd is running, as long as nasd isn't currently playing a song. If ReleaseDevice is set to FALSE in the nasd.conf file, applications that attempt to access /dev/audio themselves will fail while nasd is running. NETWORK CONNECTIONS
The Network Audio System server supports connections made using the following reliable byte-streams: TCPIP The server listens on port 8000+n, where n is the listen port offset. Unix Domain The X server uses /tmp/.sockets/audion as the filename for the socket, where n is the display number. OPTIONS
All of the Network Audio System servers accept the following generic command line options. Options specific to a particular server may also be available, and are not listed here. Try 'nasd -?' for a list of those options, if available. -aa Allows any client to connect. By default, access is allowed only to authenticated clients. -local Allows only clients on the local host to connect. By default, access is allowed to local and remote hosts. -v Enable verbose messages. This option overrides the nasd.conf file setting. -V Print version information and exit (ignoring other options). -b Fork a child to run in the background and exit (daemon mode). Messages are sent to syslog instead of stderr. -d n Enable debugging output at level n, where n is a positive integer. The higher the level, the more output you will get. A value of 0 [default] disables debugging output. This option overrides the nasd.conf file setting. -pn -nopn [default] Enables or disables Partial Networking. Enabling Partial Networking allows the server to start, even if the server cannot estab- lish all of its well-known sockets (connection points for clients), but establishes at least one. -config file Use the config file file, instead of the default (/etc/nasd/nasd.conf). SIGNALS
The Network Audio System server attaches special meaning to the following signals: SIGHUP This signal causes the server to close all existing connections, free all resources, and restore all defaults. SIGTERM This signal causes the server to exit cleanly. SIGUSR1 This signal is used quite differently from either of the above. When the server starts, it checks to see if it has inherited SIGUSR1 as SIG_IGN instead of the usual SIG_DFL. In this case, the server sends a SIGUSR1 to its parent process after it has set up the various connection schemes. DIAGNOSTICS
Too numerous to list them all. FILES
/tmp/.sockets/audio* Unix domain socket /usr/adm/audio*msgs /dev/audio Audio device SEE ALSO
nas(1), auinfo(1), auplay(1), auctl(1), nasd.conf(1) BUGS
If au dies before its clients, new clients won't be able to connect until all existing connections have their TCP TIME_WAIT timers expire. The current access control support is weak at best. COPYRIGHT
Copyright 1993, Network Computing Devices, Inc. AUTHORS
The Network Audio System server was originally written by Greg Renda and Dave Lemke, with large amounts of code borrowed from the sample X server. The sample X server was originally written by Susan Angebranndt, Raymond Drewry, Philip Karlton, and Todd Newman, from Digital Equipment Corporation, with support from a large cast. It has since been extensively rewritten by Keith Packard and Bob Scheifler, from MIT. NASD(1)
All times are GMT -4. The time now is 10:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy