Displaying 9 results from an estimated 9 matches for "dciera".
Did you mean:
datera
2009 May 15
2
krb5 configuration generation
Hi,
Is there any way to stop Samba regenerating the krb5.conf.[WORKGROUP] file under /var/lib/samba/smb_krb5 every time?
It appears to completely ignore /etc/krb5.conf, is this expected?
Kernel: Linux localhost 2.6.16.60-0.37_f594963d-smp #1 SMP Mon Mar 23 13:39:48 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux
smbd -V: Version 3.0.32-0.8-2045-SUSE-CODE10
Thanks,
Alex
2009 May 04
2
bad encryption type in AD domain authentication
Hello,
I'm trying to access a samba share using an ADS user credentials. I always
get an error, and the debug traces (log level = 5) are giving me the output
in the follow.
I have searched the samba ML archives, and I have found the thread
http://lists.samba.org/archive/samba/2004-April/084545.html
but, before asking the system admin to apply the eventual KB fixes, I would
like to know if the
2009 Aug 11
2
File Locking, Access - Inconsistencies
...plocks = no and even faking oplocks in the smb.conf, I can't get out of
this. Anyone can suggest something I can muck with? I know earlier Solaris
versions had a kernel bug with fcntl and it was patched. So, what else
could be the issue here? Thanks.
Ravi K. Channavajhala
http://www.dciera.com
2009 May 04
0
Avoiding running net ads
I recently setup Solaris server which uses AD for authentication. It is
working well. Now I need to run Samba on this machine. I set up the
smb.conf with appropriate entries such as 'security = ads', 'encrypt
passwords = yes', use 'kerberos keytab = true', however I don't want to
specify an explicit password server. When I try to map the Solaris
directories from
2009 May 06
0
Kerberos tickets problem
I'm setting up a Solaris 10 server as a test samba server with AD
authentication. I'm running into a little bit of issue with Kerberos
tickets. The setup is as follows
Solaris-10, Windows AD-2003/R2, native Solaris (sparc) samba, Kerberos, LDAP
(shipped with the distro) and IMU on windows. My LDAP client is working
good and validates getent passwd <user> and can run ldaplist -l
2009 Jul 27
1
I/O error when trying to write
My setup is fairly straight forward; I have a Solaris 10 (SPARC) being used
as a samba server with AD sign on. Users can log in fine and map their
directories through windows clients. All the user home dirs and critical
project dirs are on a NetAPP filer.
When user tries to write a file, it is erroring out with I/O error, file
access is permitted for read operations only. Investigating the
2009 Sep 26
0
Samba Shares - Permission denied
My issue is permission denied. The setup is as follows.
a) All the development dirs are mounted on Solaris-10/9 server
b) Home Directories are mounted on a netapp filer
c) All the /projects[0-5] and /home mounts are setup in automount, NIS
master is Solaris
d) Samba server is Linux, with winbind and kerberos; samba version is 3.3
e) Autmounter is running on samba server and can mount /home
2009 Sep 04
1
samba - preauthentication error
Can anyone suggest how to get around the following?
[2009/09/05 00:32:55, 3] libads/sasl.c:ads_sasl_spnego_bind(300)
ads_sasl_spnego_bind: got server principal name =
exdc1$@domain.example.com
[2009/09/05 00:32:55, 3] libsmb/clikrb5.c:ads_krb5_mk_req(593)
ads_krb5_mk_req: krb5_cc_get_principal failed (No credentials cache found)
[2009/09/05 00:32:56, 0]
2009 May 11
2
Solaris 10 (sparc) and samba issue
The net ads joins the host to the AD, but cant get the proper kerberos
tix. Manually generating the kerberos keytab from AD dont work. Any
suggestions?
root@host /#head -1 /etc/release
Solaris 10 10/08 s10s_u6wos_07b SPARC
root@host /usr/sfw/sbin#./smbd -V
Version 3.0.28
root@host /#for PKG in `pkginfo -x | grep -i samba | awk '{print
$1}'`; do VER=`pkginfo -l ${PKG} | grep PSTAMP`;