Displaying 3 results from an estimated 3 matches for "biomax".
2004 Oct 14
1
Samba as PDC - Can't get user profiles to save properly
...le to recognize the
problem. I'm really running out of ideas what to try next...
Thanks alot
Felix
----------
Append: My original smb.conf
# Global parameters
[global]
# Base Options
workgroup = SAMBA
netbios name = PDC
server string = Samba %v (PDC) @ biomax.de
interfaces = eth0
# Security Options
security = user
#encypted passwords = yes
update encrypted = Yes
passdb backend = smbpasswd
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *new*passw...
2008 May 17
7
SAMBA PDC with LDAP backend syncing unix/samba accounts ...
...packages.
As My Linix/unix accounts can authenticate against it. The
LDAP works.
I Used the default shipped smbldap-populate script to
setup SAMBA.
Everything seems to work as Anonymous User or as
user root.
shark:/etc/samba# smbclient -L shark -N
Anonymous login successful
Domain=[LDAPBIOMAX] OS=[Unix] Server=[Samba 3.0.24]
Share name Type Comment
--------- ---- -------
netlogon Disk Network Logon Service
knoppix Disk
IPC$ IPC IPC Service (Samba Server
3.0.24)
Anonymous login successful...
2005 May 06
1
Misspelled German error message: --nosave (PR#7841)
Full_Name: Bernhard Schmalhofer
Version: R 2.1.0
OS: Linux
Submission from: (NULL) (213.69.121.226)
Hi,
when I pipe commands into R then I get a misspelled German error message:
scripts> echo $LANG
de_DE.UTF-8
scripts> R --args asdf < aaa_analyze.R
Fatal error: Sie m?ssen '--save', '--nosave' oder '--vanilla' angeben
scripts> export LANG=C
scripts>R