similar to: Samba PDC + Kerberos

Displaying 20 results from an estimated 60000 matches similar to: "Samba PDC + Kerberos"

2006 Jul 25
0
permission-problems after changing pdc-hardware and samba-version
hi everybody, i would very appreciate it if somebody could give me some advice to the following problem - thank you in advance, karel. *************************************** the problem(s): - after changing pdc (hw and samba-version, see below) the domain-adminstrator user is not able to manage users in the citrix environment: the error maessage: user xxx is not prileged to ..., can not
1999 Jul 28
1
security level flags...
I followed almost step by step Stephen's suggesions but I wasn't able to have samba working the way I need. The following is what I put in my smb.conf file. #================== Global Settings ========================== [global] workgroup = Rm-Soluzioni server string = Samba Server guest account = pcguest security = user log file = /usr/local/samba/var/log.%m max log size =
2018 Oct 29
0
Again NFSv4 and Kerberos at the 'samba way'...
Hai, A quick reply, Since there is a major traffic jam here, still at the office, but its resolving now.. > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Marco Gaiarin via samba > Verzonden: maandag 29 oktober 2018 17:33 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Again NFSv4 and Kerberos at the 'samba
2003 Dec 01
1
Fw: PDC/LDAP/SAMBA3/NT4
Hy! Excuse for the previous mail, follows correction! I followed step by step that this in the address above. > http://www.hilinski.net/samba/ But when I execute, 'script smbldap-populate.pl', appears the following errors: [root@thor sbin]# smbldap-populate.pl Using builtin directory structure adding new entry: dc=maxwelleducacional,dc=com,dc=br failed to add entry: Insufficient
2002 Nov 01
0
Re: Samba PDC and Kerberos(MIT or SEAM in Uinx, without microsoft ADS)
A few more questions and comments... related to this topic If Kerberos is the back-end to LDAP.. there is no need to synchronize or store a password in the LDAP tree.. just the principal for the user in the userpassword attribute: userpassword = {kerberos}name@domain in the smb.conf file do I need stuff like this? Unix password sync = yes passwd program =
2008 Sep 08
0
wrong userPassword hash generated by smbpasswd (pam_password=exop and smbk5pwd ) on a samba+ldap PDC running on FreeBSD
Hello everybody, I've setup a SAMBA 3.0.X (3.0.32 right now) PDC with a LDAP backend running on FreeBSD 6.3 some time ago and users can't just login on unix box when the password their password, modified from Windows, include non-ascii character (such as french letter like "?" for example) I guess that they must some kind of charset issue but i just don't know how to debug
2014 Dec 01
0
Can windows clients get kerberos tickets from samba3 PDC?
On 12/01/14 11:17, Tiit Kaeeli wrote: >> Is it possible for windows clients to authenticate against kerberos >> and receive tickets from a Samba3 PDC, when kerberos server is MIT >> kerberos running on a Linux server, not a Windows AD server? >> >> https://help.ubuntu.com/community/Samba/Kerberos >> Suggests that this may be possible and I can succesfully
2005 May 05
0
New/Changed users can't login to samba PDC
Hello, I'm running Samba 3.0.9 on SuSE Enterprise Linux Server 9.0. Samba is acting as a PDC for Win2K/XP systems. I upgraded this system from samba 2.x running on Mandrake 10. I brought over the old smbpasswd file. Domain logons work just fine. Today I changed a users password with smbpasswd and now they can't logon to any domain member workstation. I also created a new
2005 Feb 09
0
connection from a Windows station problem
Hi everybody, I'm having issues with samba. When I try to see my shares from a Windows 2000 station, I get the following error message: I've checked the log file, I could see that these errors always have to do with the /root/tmp folder, whose permissions I think it is allright: [root@printerserver2 /root]#ls -la ... drwxrw-rw- 2 root root 4096 Feb 9 16:54 tmp/ .. So,
2002 Oct 13
0
Migrating PDC from NT to Samba
On a small Intranet (9 fixed client + some notebooks) we have decided to switch the PDC over a more reliable Linux server, actually running Samba 2.2.5 + OpenLDAP 2.0.25. To restructure the scenario, I've found very useful IDEALX's tools and pwdump. All the users and machines accounts were succesfully migrated into LDAP without any particular problem, and this was so far easy to do.
2005 Mar 01
1
Seeking Good Documentation for... (freebsd+ldap+samba(pdc)+kerberos)
... Setting up a Samba PDC with the following: FreeBSD 5.3 Samba 3.0.x OpenLDAP 2.2.x Kerberos (Heimdal) Would like LDAP to take care of both posixAccount(s) and sambaSamAccount(s). Posix account via nsswitch+pam_ldap. Hope to find one complete documentation that describes this setup from scratch, start to finish. A Ports style install of all packages is fine but I can download, compile and
2002 Nov 01
0
Re: Samba PDC and Kerberos(MIT or SEAM in Uinx,without microsoft ADS)
Jonathan Higgins wrote: > > A few more questions and comments... related to this topic > > If Kerberos is the back-end to LDAP.. there is no need to synchronize or store a >password in the LDAP tree.. just the principal for the user in the userpassword >attribute: userpassword = {kerberos}name@domain That is correct. I did not mean sync between Kerberos and LDAP, I mean sync
2005 Jun 06
1
Samba as a PDC with LDAP and Kerberos
I'm a little confused on one section here... Where are your passwords being stored? kerberos? If so, how does samba look there? What is the significance of the {SASL}USER at REALM in LDAP? Is there another password store that you are syncing with krb? Sorry for my ignorance here but after hours and hours of trying different things, I'm unable to use my kerberos backend with samba.
2005 Apr 22
1
Samba as a PDC with LDAP and Kerberos
I've been searching and researching this and I can't seem to find the answers I'm looking for. I'd like to setup a Samba PDC that Windows clients will join. The PDC will use an LDAP backend to get authorization information (username, home directory, etc). The authentication portion is handled by an MIT Kerberos KDC. I think I'm real close to having it all together but I'm
2002 Nov 01
0
Re: Samba PDC and Kerberos(MIT or SEAM in Uinx, without microsoft ADS)
Hi, Thank you very much for you reply. Some people think storing the sensitive information in the LDAP is not very secure.They think the sensitive information and the public information should be stored in seperate place.So we want the samba PDC authentication can integrete the Kerberos authentication directly. John ---- Original Message ---- From: Yura Pismerov Date: Thu 10/31/02 18:39
2006 Aug 23
1
samba + openldap + kerberos + pam
RedHat enterprise v4 openldap 2.2.13-4 cyrus-sasl 2.1.19-5.EL4 samba 3.0.10-1.4E.9 krb-libs 1.3.4-27 server1: openldap and kerberos server server2: samba server We have openldap working as posix source for all of our *nix logins - with passwords stored in kerberos accessed via sasl. We have an exiting samba server running on redhat for macintosh/windows user access to network storage. Our
2014 Dec 01
1
Can windows clients get kerberos tickets from samba3 PDC?
On Mon, 1 Dec 2014, Gaiseric Vandal wrote: > On 12/01/14 11:17, Tiit Kaeeli wrote: >>> Is it possible for windows clients to authenticate against kerberos and >>> receive tickets from a Samba3 PDC, when kerberos server is MIT kerberos >>> running on a Linux server, not a Windows AD server? >>> >>> https://help.ubuntu.com/community/Samba/Kerberos
2011 Feb 08
2
as.Date
Hi everybody, I have a strange behavior of the as.Date() function. For example: as.Date(36525, origin="1900-01-01'") I would expect to get 2000-01-01. But R gives me [1] "2070-01-01" I tried with several origins but the results are still the same. It seems that the origin does not apply and remains 1970-01-01. Does anyone can give me a hint how to
2003 Dec 05
1
RedHat 9/PDC/LDAP/SAMBA3/W2k
Hy! Ola! I am following step by step of the manual (doc) that the colleague ordered below in the cited email. I am configuring the part ' Group mappings ', and when I write the command: net groupmap add rid=512 ntgroup="Domain Admins" unixgroup="Domain Admins" The following error occurs: Can?t lookup UNIX group domain Admins What it can be this? Grateful
2009 Jan 26
2
Cluster IRC meeting - Monday 2nd of Feb 2pm UTC/GMT
Hi everybody, When : Monday 2nd of Feb 2pm UTC/GMT (*)(**) Where : irc.freenode.net #linux-cluster Who : everybody interested is invited to participate Agenda: http://sources.redhat.com/cluster/wiki/Meetings/2009-Feb-02 This is our second IRC meeting and it is supposed to last approx. 1 hour. Be prepared that it might last longer. In order to give more space to open discussion please prepare