Sponsored Content
Full Discussion: OSX 10.7 and rsh
Operating Systems OS X (Apple) OSX 10.7 and rsh Post 302591081 by [MA]Flying_Meat on Wednesday 18th of January 2012 12:42:46 PM
Old 01-18-2012
So, by "anyone" are you referring to user accounts maintained on a directory server, or are you referring to random strangers?

LDAP service would work, but your target machine would need to be bound to that LDAP service.

If you are talking about any random stranger, you would need a mechanism to request user specific information, check that it doesn't already exist, and create an account for the user to log into after success...
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Mac Osx.2

I finally broke down and decided to buy a new piece of hardware. I think I made the right decision when I chose an Apple iBook - OSX is incredible! I haven't used a Mac since System7.5, and 10.2 is just blowing me away! Best of all, it's easy to use for people who are not used to Mac, but if I... (5 Replies)
Discussion started by: LivinFree
5 Replies

2. Windows & DOS: Issues & Discussions

win-xp/mac-osx

I'm currently looking for an emulation program that would allow me to open and run osx app.s and programs on a windows xp based system. if not is there a unix/linux/lindows program that may do the same? (3 Replies)
Discussion started by: area51nstk
3 Replies

3. OS X (Apple)

(OSX) Capitalization using tr

Mac OSX Terminal/Unix question I would like to capitalize the words at the beggining of sentences using the tr command, im not sure if this is possible, if not please tell me another way, I oly have TextEdit, no auto capitalization so just having a quick Unix way 'round it would be great. (2 Replies)
Discussion started by: H1tokori
2 Replies

4. OS X (Apple)

Mac OSX kernel

is there anyway of looking at, and if possible, modifying it? (2 Replies)
Discussion started by: cleansing_flame
2 Replies

5. Programming

multithreading on OSX

Hi all, I have a query about multithreading. What I would like to do is, at the start of my main update() function, start a couple of threads in parallel, once they are all complete carry on with my main update function. void update() { thread1->update(); // fluid solver ... (3 Replies)
Discussion started by: memoid
3 Replies

6. OS X (Apple)

Optimizing OSX

Hi forum, I'm administrating a workstation/server for my lab and I was wondering how to optimize OSX. I was wondering what unnecessary background tasks I could kick off the system so I free up as much memory and cpu power. Other optimization tips are also welcome (HD parameters, memory... (2 Replies)
Discussion started by: deiphon
2 Replies

7. OS X (Apple)

Webcam stuck in OSX

Hi I have a strange problem. I opened a dmg that supposedly contained the drivers for a webcam (Genius Look 316), i dragged the file to apps and ran it. My camera turned on and the program ran fine. Then I closed the program completely and deleted the application and my webcam wont turn off. I... (0 Replies)
Discussion started by: twerdster
0 Replies

8. OS X (Apple)

upgraded to OSX 10.6.6 - cannot sudo

I've been using "sudo" inside Terminal. I just upgraded to 10.6.6 and now "sudo" gives me incorrect password errors. My user is an admin user, so i can install etc on GUI but unable to do anything in terminal. 1. I did a repair permissions and restarted but cannot sudo. 2. i had an... (0 Replies)
Discussion started by: sentinel
0 Replies

9. OS X (Apple)

OSX and Kerberos

Our Network Security folks have mandated that we "Kerberize" our systems to allow them to perform an authenticated scan. This consists of instructions to change /etc/pam.d/sshd from: # sshd: auth account password session auth optional pam_krb5.so use_kcminit auth optional ... (0 Replies)
Discussion started by: jnojr
0 Replies

10. OS X (Apple)

Osx terminal

hi all, first off thesis my first post so if i am not in the right forum, i apologize. i'm an absolute newbie to unix. i've been reading my books and studying my crib sheets etc. but... :/ i want to accomplish two things. 1. search and remove duplicate files i.e.. audio, doc alias etc.... (1 Reply)
Discussion started by: monkeyhateclean
1 Replies
groupmod(8)						      System Manager's Manual						       groupmod(8)

NAME
groupmod - modify a group entry SYNOPSIS
groupmod [-D binddn] [-P path] [-g gid [-o]] [-p password] [-A user] [-R user] [--service service] [--help] [-v] [--usage] group DESCRIPTION
groupmod modifies a group entry using the values specified on the command line. OPTIONS
-g, --gid gid Force the new group ID to be the given number. This value must be positive and unique. The group of any file owned by the old group must be changed manually. -o, --non-unique Allow duplicate (non-unique) group IDs. -p, --password password Set the encrypted password as returned by crypt(3) as the new group password. -A, --add-user user Add the user account to the specified group. -R, --remove-user user Remove the user account from the specified group. -D, --binddn binddn Use the Distinguished Name binddn to bind to the LDAP directory. The user will be prompted for a password for simple authentica- tion. -P, --path path The group file is located below the specified directory path. groupmod will use this file, not /etc/group. --service service Modify the group from a special directory. The default is files, but ldap is also valid. --help Print a list of valid options with a short description. --usage Print a short list of valid options. -v, --version Print the version number and exit. FILES
/etc/group - group account information SEE ALSO
login.defs(5), group(5), groupadd(8), groupmod(8) AUTHOR
Thorsten Kukuk <kukuk@suse.de> pwdutils April 2004 groupmod(8)
All times are GMT -4. The time now is 02:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy