PAM, X11, and su as a normal user?

Matthew Seaman m.seaman at infracaninophile.co.uk
Fri Sep 5 13:08:00 PDT 2003


On Fri, Sep 05, 2003 at 12:18:40PM -0700, Steven G. Kargl wrote:
> After a few hours of frustation, it's time to ask a question.
> 
> I have 2 accounts on my machine.  I use startx to start
> X11 as user kargl.  If I then su to user sgk, I cannot
> fire up X clients.  For example,
> 
> troutmask:kargl[202] su sgk
> Password:
> troutmask:sgk[201] gnuplot
> Terminal type set to 'x11'
> gnuplot> plot sin(x)
> gnuplot> 
> gnuplot: unable to open display 'troutmask.apl.washington.edu:0'
> gnuplot: X11 aborted.
> 
> I've tried using "xhost sgk@", but this doesn't work.
> The only thing I can think of that may need to be
> configured is PAM, but the documentation is rather
> incomplete.  So, anyone know how to setup su to
> permit sgk to use X clients?

As user kargl:

    % xauth nextract /tmp/foo ${DISPLAY}

As user sgk:

    % xauth nmerge /tmp/foo

and remember to delete /tmp/foo as soon as possible.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030905/e5308f82/attachment.bin


More information about the freebsd-questions mailing list