similar to: winbind/krb5 questions

Displaying 20 results from an estimated 2000 matches similar to: "winbind/krb5 questions"

2001 Aug 28
1
Subsetting simulation output
Does anyone understand this? I have a long vector parlist containing values of 138 parameters in 100 simulations. The factor parno is defined by trys <- 100 sim <- gl(trys,138) parno <- gl(138,1,trys*138) I want to extract and compare results for related groups of parameters but I get inconsistent results: > length(parlist[parno==37:42]) [1] 600 >
2005 Apr 07
3
Unix to SMB Password Sync using PAM
Hello, I would like to configure PAM to sync Unix passwords to Samba passwords. When I add a new Unix user or change an existing Unix user's password, I want the same password to be stored in /etc/smbpasswd. I'm trying to follow these instructions: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/pam.html#id2606200 It sounds like this is what I want to do: "A sample
2001 Oct 26
2
Expired passwords on Solaris with PAM
I've been doing so more tests with 2.9.9p2 on Sol8. Here are my finding so far: When a user needs to change his password and trys to run a command in non-interactive mode, it just succeeds without even trying to prompt the user for a new password. Damien submitted a fix - it works for me (is it going into CVS?). When a user needs to change his password and trys to login in interactive
2002 Feb 01
1
Hi, I have a strange project...
I have a java application that uses JNI (Java Native Methods) that allow it to use a windows DLL. I would very much like to run this application under linux using wine to run java and link to the DLL. I think it will work but am having trouble with the wine configuration. In particular: The windows version of java running under wine starts but when it trys to load a class, it first trys to
2009 May 20
1
Problem with pam/krb5 auth on AIX 5.3
I'm using pam to authenticate users against my krb5 realm. Here is the problem scenario: User test2 attempts to login and their password is not expired so dovecot says: 0 login test2 myfavoritepassword 0 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1
2007 May 25
4
question mailbox format
i set mail_location = mbox:/var/spool/mail/%u and protocols = pop3s pop3 why he trys to create and use imap format?` in log are May 25 18:52:25 mail dovecot: pop3-login: Login: user=<richard>, method=PLAIN, rip=80.xx.xx.xx, lip=xx.xx.24.29, TLS May 25 18:52:26 mail dovecot: POP3(richard): open(/var/spool/mail/richard/inbo x, O_CREAT) failed: Not a directory May 25 18:52:26 mail dovecot:
2015 Oct 10
2
Workstations are member servers (or domain members) Re: Samba AD PDC , LDAP and Single-Sign-On
On Sat, 10 Oct 2015 08:23 Andrew Bartlett wrote: > The main difference between use as a file server vs use as a desktop, > is that pam_winbindd is mandatory for the Samba method (see elsewhere > for using sssd or other tools), as that will get you you the desktop > login. Yes, that does clarify and give me comfort with respect to naming. I understand that the office-central Samba4
2006 Oct 06
2
Apache and PHP
Sorry for the newbee setup questions, but... Should PHP be already setup with apache on the centos server install?? It's just that I can't get PHP working at all. It's 100% me, I just don't have enough experience. There is already a PHP.ini file, if I add any php modules in apache conf and run httpd -S is says it's already running a php module. I am using vhosts. I did
2001 Aug 15
2
rsync without reverse dns lookup
Hello, I set up an script witch connects my rsyncd server. But the IPs for rsyncd Server and Client have no DNS Name, and so rsync trys to lookup for a DNS Name for this IPs. This causes a long DNS Timeout! My question: is there a commandline option to disable this "feature"? Or can you give me quick "hack around"? Best regards -- Clemens Gesell <cgesell@astaro.de> |
2001 Apr 23
2
Dosvm
After installing SUSE 7.1, I upgraded to wine-2001418. No compliation or install errors were noted. However now when I try to start a simple test app like sol.exe I get the the following error: wine: error while loading shared libraries: wine: undefined symbol: Dosvm I tried an older wine version that seemed to work under suse 7.0 but I get the same error. I dont think it even trys to start
2006 Dec 02
2
Users that can add computers to Domain
What does samba look for when a user trys to add a computer to the domain? I have tried everything I can think of. Putting the user in different groups, set the users primary group to different groups. Nothing has come of this. I have every else in samba working right now, except printers, but since I havent tried that, nor do I know how I can benefit from using samba for printing. Anyways any
2011 Oct 27
1
Issue with joing to ADS2003 domain
I have set up LDAP/KRB5 access to my active directory network. If I do a getent passwd, I see the users with a unix UID/GID. If use kinit, I can get a token. If I su to a user, it creates a home folder, and shows correct IDs etc. However the machine will not log in via ssh or the GUI. In secure I see: Oct 27 11:14:55 rhelads sshd[4190]: pam_krb5[4190]: ccache dir: /tmp Oct 27 11:14:55 rhelads
2000 May 02
2
[netlogon] proble
Hi ! I didnt solved my problem so i will ask again :-) I got little problem with my samba (rh 6.1, samba 2.0.5a, 2.2.14). I want to map network drive on some windoze, the drive has to be on Z:. When a client trys to login i got the message that the z: is in use. I looked into some docs and i found some parametr: logon drive. I changed it top logon drive = p: - its still dont work I have added to
2019 Jun 15
2
Kerberos and NTLMv2 authentication
Hello Rowland, Sorry for the workgroup and realm name, I put MYDOMAIN to anonymize, should be : realm = MYDOMAIN.LOCAL workgroup = MYDOMAIN About libpam-krb5 installed, I have on my system : yum list krb5-workstation pam_krb5 krb5-workstation.x86_64 1.15.1-37.el7_6 @updates pam_krb5.x86_64 2.4.8-6.el7 @base Is pam_krb5
2006 Jun 07
2
fcgi,lighty mysql database problem
I''ve been trying to get fast cgi working for nearly a month now. Yes, an entire month! The application starts perfect, but it will die randomly after several hours. I have traced the problem back to /usr/lib/ruby/1.8/mysql.rb:1042:in `flush'' This happens when the app trys to query the database driver to see if it still has a connnection. This causes the app to crash. Here is
2008 Jul 13
3
folder deletion fails dbox
Hi Timo, playing a lot with dbox but folder deletion seems to me broken, whatever setting i tested i cant delete subfolders with thunderbird, i first thought about acls but deactivate acl didnt helped splitting control an index files from dbox also didnt work, i cant find any failure message in the logs, but there is also no entry for delete trys all debug level are in the highest stage on this
2002 Mar 26
2
SSH / PAM / Kerberos / password aging
Ok, so, things are complicated. The PAM standard insists on password aging being done after account authorization, which comes after user authentication. Kerberos can't authenticate users whose passwords are expired. So PAM_KRB5 implementations tend to return PAM_SUCCESS from pam_krb5:pam_sm_authenticate() and arrange for pam_krb5:pam_sm_acct_mgmt() to return PAM_NEW_AUTHTOK_REQD, as
2019 Apr 04
2
Question of syslinux chainloading
So when you boot from only your hard drive attached, it is the primary and only drive. It loads the master boot record that load the NT Loader boot code that is then configured to load the operating system from the primary partition on the primary drive. When you boot from the USB drive, you make it the Primary drive. You then tell it to load the MBR fromt the secondary drive. The secondary
2020 Oct 02
5
Kerberos ticket lifetime
On 02/10/2020 13:24, Jason Keltz via samba wrote: > Hi Louis, > > I had already done that at one point. > > My pam_winbind is already working.? I can SSH to the system, and I get > a proper ticket.? My only issue is that it doesn't refresh the ticket > before expiry when I ssh to a system.? I think I can script around > that and just not rely on winbind to do it.
2015 Nov 04
2
Pam_mount not working with "sec=krb5"
So finally here is the solution that works for me. If you have any questions, just ask. I use pam_mount with the following volume definition in the "/etc/security/pam_mount.conf.xml": <volume fstype="cifs" server="server" path="home/%(USER)" mountpoint="/home/%(USER)" sgrp="domain users"