Ask a Question related to FreeBSD, Design and Development.
-
Doug Hardie #1
su from root
I have encountered an unusual issue where the behavior is different
between FreeBSD 4.6 and 5.3. If I login and then su to root
successfully, then do a su to a non-root user I get:
pam_login_access: pam_sm_acct_mgmt: user-id is not allowed to log in
on /dev/ttyv0
In chasing this down it appears that the restriction is coming from
login.access which does have a limitation to prevent the non-root user
from logging in. Only members of the wheel group are permitted to
login. That restriction is essential to this system. However, I don't
understand why su is concerned about that. I need su to switch me to
that user. I suspect this may be controlled by PAM but haven't been
able to figure out just where that would be. How can I make su work
like it does in 4.6?
Doug Hardie Guest
-
ExpandPath evaluates to ColdFusion root instead ofvirtual web server root
Hi, I am running ColdFusion MX7 on a Windows 2000 Server with IIS 5. The server is running multiple web sites using virtual hosting (host... -
Web content root ?= CF application root?
Are there any benefits to using a web content root that differs from the CF application root of (on Windows)... -
how to become root in vi?
Greetings, I was creating a file in a system privileged directory as me. When I tried to save the file, of course, I got 'Can't open file for... -
Document root not website root
Could someone please help me with this. I want to use PHP in my website; but run into a snag, the recommended method of calling an include is:... -
ftp root
Hi all, How can I set the ftp root of user? By default, the ftp root of user abc is /home/abc. I want to set it as /home/aaa/folder. Is it...



Reply With Quote

