| www.delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | =?ISO-8859-1?Q?Ren=E9_Berber?= <r DOT berber AT computer DOT org> |
| Subject: | Re: XP User Account |
| Date: | Sat, 22 Sep 2007 19:36:05 -0500 |
| Lines: | 22 |
| Message-ID: | <fd4cdu$7n6$1@sea.gmane.org> |
| References: | <20070923081750 DOT 3752 AT blackhawk> |
| Mime-Version: | 1.0 |
| User-Agent: | Thunderbird 2.0.0.6 (Windows/20070728) |
| In-Reply-To: | <20070923081750.3752@blackhawk> |
| OpenPGP: | url=hkp://wwwkeys.pgp.net |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
d.henman wrote:
> Platform: XP Home Edition
>=20
> I want to set up exim, the smtp server and would like to=20
> create a user, named "exim" for this daemon process and its files.
>=20
> I don't know who to do this without have the "exim" user name coming up o=
n the login screen along with the other users.=20=20
>=20
> Does anywone know how to accomplish this? In XP Home Edition.
Copy the way ssh-host-config does it:
net user sshd /add /fullname:"sshd privsep" "/homedir:${dos_var_empty}"
/active:no > /dev/null
mkpasswd -l -u sshd | sed -e 's/bash$/false/' >> ${SYSCONFDIR}/passwd
where dos_var_empty is /var/empty for sshd, but you can put something else.
--=20
Ren=E9 Berber
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |