parent
1a47773ff5
commit
86ecad1197
@ -0,0 +1,4 @@
|
|||||||
|
#%PAM-1.0
|
||||||
|
auth required /lib/security/pam_userpass.so
|
||||||
|
auth required /lib/security/pam_unix.so shadow use_first_pass
|
||||||
|
account required /lib/security/pam_unix.so
|
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
[globals]
|
||||||
|
auth=pam
|
||||||
|
xserver=Xvnc :%d -geometry %dx%d -depth %d -bs
|
||||||
|
wm=startkde
|
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
startkde
|
||||||
|
#blackbox
|
||||||
|
#fvwm95
|
@ -0,0 +1,28 @@
|
|||||||
|
|
||||||
|
[globals]
|
||||||
|
bitmap_cache=yes
|
||||||
|
bitmap_compression=yes
|
||||||
|
|
||||||
|
[vnc1]
|
||||||
|
name=sesman
|
||||||
|
lib=./libvnc.so
|
||||||
|
username=ask
|
||||||
|
password=ask
|
||||||
|
ip=127.0.0.1
|
||||||
|
port=-1
|
||||||
|
|
||||||
|
[vnc2]
|
||||||
|
name=console
|
||||||
|
lib=./libvnc.so
|
||||||
|
ip=127.0.0.1
|
||||||
|
port=5900
|
||||||
|
username=na
|
||||||
|
password=ask
|
||||||
|
|
||||||
|
[vnc3]
|
||||||
|
name=vnc-any
|
||||||
|
lib=./libvnc.so
|
||||||
|
ip=ask
|
||||||
|
port=ask5900
|
||||||
|
username=na
|
||||||
|
password=ask
|
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd /usr/local/xrdp
|
||||||
|
./xrdp&
|
||||||
|
./sesman wait&
|
Loading…
Reference in new issue