[Samba] running samba

2003-11-05 Thread ggrov7
I've installed the standard samba that comes with debian in the past. To start samba manually you just have to run the command nmbd and smbd. But when I compile and make samba 3 from source, to run samba I have to first go into the directory nmbd and smbd is in and then type in ./nmbd and

[Samba] Kerberos question for samba ADS auth

2003-09-09 Thread ggrov7
I want to authenticate samba users (linux box) from a ADS server (w2kserver) and have been running into trouble with it. When installing kerberos I was reading the install postscript file and it said it needs a master kdc for the database, I assume when using it for samba, the ADS server will

[Samba] smbclient

2003-08-25 Thread ggrov7
I have pam, mit kerberos, openldap and samba3 beta. Samba was installed with smbwrapper, dce-dfs, ads, smbmount, pam, libsmbclient, acl-support, windbind, krb5 and ldap options. i have tested mit kerberos, i have joined the samba server to the domain and have run nmbd smbd and winbindd. When

[Samba] net ads join domain

2003-08-24 Thread ggrov7
When I used the command ./net ads join -U ADMINISTRATOR it asked me for the password, after I entered the password it came back with a responce of: [2003/08/22 08:53:16, 1] libsmb/clikrb5.c:ads_krb5_mk_req(267) krb5_cc_get_principal failed (No credentials cache found) [2003/08/22 08:53:16, 0]

[Samba] wbinfo -t

2003-08-24 Thread ggrov7
When I run ./wbinfo -t it returns with a error of : checking the trust secret via RPC calls failed error code was (0x0) Could not check secret Whats wrong? -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

[Samba] joining ADS domain with samba

2003-08-22 Thread ggrov7
When I used the command ./net ads join -U ADMINISTRATOR it asked me for the password, after I entered the password it came back with a responce of: [2003/08/22 08:53:16, 1] libsmb/clikrb5.c:ads_krb5_mk_req(267) krb5_cc_get_principal failed (No credentials cache found) [2003/08/22 08:53:16, 0]

[Samba] Joining samba to ADS domain

2003-08-21 Thread ggrov7
I have installed from sources: PAM, MIT Kerberos (krb5-1.3.1), OpenLDAP (openldap-2.1.22) and Samba (samba-3.0.0beta3). I have configured the krb5.conf file in /etc directory and tested it with ./kinit [EMAIL PROTECTED] I have configured the smb.conf file in /usr/local/samba/lib/smb.conf and

[Samba] ./net ads join ***** errors

2003-08-21 Thread ggrov7
I have just tryied to join my samba server to the ADS domain. It joined it to the domain but also came up with some errors that I think will affect the operation of my server. When I used the command ./net ads join -U ADMINISTRATOR it asked me for the password, after I entered the password it

[Samba] ADS authentication

2003-08-20 Thread ggrov7
I have installed PAM from sources, MIT Kerberos from sources, Openldap from sources and samba3.0beta3. With MIT kerberos I have created a krb5.conf file in the /etc directory that has a realm with kdc (server) and admin_server and default_domain entries. when I type ./kinit or ./kinit [EMAIL

[Samba] ADS and Winbind - ldconfig error

2003-08-11 Thread ggrov7
I have been installing samba3.0 on debian to authenticate users from a 2000 server (AD). Using the samba3.0 how to document I have compiled and installed OpenLDAP, libkrb5-dev, krb5-user and samba3.0. When going by the how to, I get to the stage of typing /sbin/ldconfig -v | grep winbind and