Displaying 4 results from an estimated 4 matches for "winguest".
2012 Feb 15
0
pam_smbldap problem
...d of pam-auth-update config
smb.conf:
[global]
# I clearly do not know what to put in for ldap debug
ldap debug level = 280
ldap debug threshold = 280
# ldap ssl = start tls
ldap ssl = off
ldap follow referral = auto
ldap ssl ads = no
# next to avoid nss
ldapsam:trusted = Yes
guest account = winguest
#For Windows7
#client lanman auth = no
client ntlmv2 auth = yes
guest account = nobody
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = ADVOCAP
netbios name = NFONDY
# server string is the equivalent of the NT Description field
server string = Fondulac Server
#normaly will use s...
2015 Jan 21
6
Samba4.2rc4 with winbindd in config cannot start samba process
...#write cache size = 262144
#large readwrite = yes
#read raw = yes
#write raw = yes
# In order to store outlook pst in share drive, seems kernel oplocks
cannot be turn on
#kernel oplocks = yes
#max xmit = 65535
#dead time = 15
#getwd cache = yes
guest account = winguest
#security = user
encrypt passwords = yes
#smb passwd file = /etc/samba/smbpasswd
#username map = /etc/samba/smbusers
unix password sync = Yes
#pam password change = No
#obey pam restrictions = Yes
#passwd program = /usr/bin/passwd %u
passwd program = /usr/local/s...
2001 Oct 22
8
Access Denied, Unable to connect
I Setup a Printer in Samba 2.2.1a Win2k machine see it fine prints to fine
but I always get the status message Unable to connect, access denied. I have
it set to share added account pcguest everything I can to let anyone print
to that printer what am I doing wrong?
I also setup a shared folder same permissions (Everyone and their
grandmother) and it always asks me for a user name and password I
2012 Nov 01
4
[PATCH v2 0/3] New inspect_list_applications2 API
Here's the new API method and update to virt-inspector. I still need
to implement app_arch for debian and windows (if applicable), for now
they just return empty strings.
New in v2: incorporated feedback from v1, also added patch #3 which
updates the documentation where it references the deprecated API.
Take it or leave it.