similar to: net ads join / kinit /.conf syntax

Displaying 20 results from an estimated 8000 matches similar to: "net ads join / kinit /.conf syntax"

2009 Aug 01
1
Embedded Question
A friend asked me to setup an embedded appliance with an RO root for minimal maintenance to primarily stream shoutcast out to an amp. The only thing I knew that might do this is iMedia Linux, but the project is practically dead with little to no activity. Is it possible to do something like this with CentOS? Doesn't seem to be much info on the /etc/sysconfig/readonly-root file. Anyone know
2004 Feb 19
0
FW: net ads join / kinit /.conf syntax
On Thu, 19 Feb 2004, kaze wrote: > --> From: John H Terpstra [mailto:jht@samba.org] > --> Sent: Thursday, February 19, 2004 1:04 AM > ... > > Of course "net ads join ..." still returns "failed: Cannot find KDC for > > requested realm" > > Hmmm. ... > > > > > What to do? > > Did the Samba-HOWTO-Collection.pdf help in any
2003 Oct 02
1
"net ads join" Kerberos credentials only after "kinit"?
According to the latest version of the Samba Documentation there are three major steps to add a samba server as member server to an ADS: 1.) Configure samba correctly to use ADS (smb.conf). 2.) Configure Kerberos correctly to work with ADS KDC (krb5.conf). 3.) Join the samba server with "net ads join -U Administrator". Well, all this sounds good, but it definetly doesn't work, you
2004 Apr 21
2
Could you install Exchange on a Samba PDC's network?
Could you install Exchange on a Samba PDC's network? What would happen if you tried to run /domainprep? Could Exchange interact with a LDAP backend? Would this be some sort of NT4/W2K mixed-mode directory services setup?
2005 Jan 05
1
[PATCH] kinit/kinit.c
A patch for a few more hiccups and trivialities in kinit.c: * The check_path() calls check for "/root" and "/old_root" - I believe that should be "/root" and "/root/old_root". * chdir("/") is recommended after pivot_root() * init_argv[0] isn't set properly to the basename pointed to by char *s - this fix also eliminates six lines of
2006 May 05
3
kinit cmdline handling change
The following patch swaps the command line handling of kinit. It seems apparent that, if one were to call kinit like so: kinit root=/foo/bar They would be attempting to override the /proc/cmdline. As it stands, kinit parses the /proc/cmdline *first*, meaning the above does not work. Just for a simple use case: User A has an encrypted root device, root=/dev/hda3 Some init scripts detect this,
2004 May 12
2
i cannot find kinit
the name of my active directory domain is niit.edu.pk so what should i write in this parameter default_relam = YOUR.KERBEROS.REALM also while trying to join the domain i eecute this command kinit Administrator@your.keberos.REALM My shell gives me the error cannot find kinit. can any one tell me where in my file system can i find kinit Regards ===== Sahibzada Junaid Noor Ph #
2011 Aug 07
2
[PATCH] kinit minor checkpatch cleanup
coding style fixes. FIXME: check that compiled bin the same1!! --- usr/kinit/initrd.c | 3 ++- usr/kinit/kinit.c | 12 ++++-------- usr/kinit/kinit.h | 20 ++++++++++---------- usr/kinit/name_to_dev.c | 6 +++--- usr/kinit/nfsroot.c | 5 ++--- 5 files changed, 21 insertions(+), 25 deletions(-) diff --git a/usr/kinit/initrd.c b/usr/kinit/initrd.c index
2023 Nov 02
2
Updating OpenSSL from 1.x to 3 breaks kinit
Dear all, updating openssl from 1.1.x to 3.x on our gentoo systems (recompiled everything against the new openssl!) breaks kinit: kinit administrator at xxxx administrator at xxxx's Password: kinit: rc4 8: EVP_CipherInit_ex einit kinit -F -k -t /etc/dhcpduser.keytab -c /tmp/dhcp-dyndns.cc dhcpduser at xxxx kinit: rc4 8: EVP_CipherInit_ex einit openssl list -cipher-algorithms | grep -i RC4
2023 Nov 02
1
Updating OpenSSL from 1.x to 3 breaks kinit
On Thu, 2023-11-02 at 16:04 +0100, MATYAS, Tibor via samba wrote: > Dear all, > > updating openssl from 1.1.x to 3.x on our gentoo systems (recompiled > everything against the new openssl!) > breaks kinit: > > kinit administrator at xxxx > administrator at xxxx's Password: > kinit: rc4 8: EVP_CipherInit_ex einit > > kinit -F -k -t /etc/dhcpduser.keytab -c
2015 Feb 13
1
Samba4 kinit issue with principal and keytab file
Hi Rowland, Hi looks like the "-c" option is optional. My problem is not really the kerberos cache file, but the "principal" linked to the user kerbuser. The principal is HTTP/webserver.MYDOMAIN.LOCAL at MYDOMAIN.LOCAL I would like to use kinit and give this principal as parameter. something like : > kinit -k -t /root/my.keytab HTTP/webserver.MYDOMAIN.LOCAL at
2004 Jul 29
2
kinit
The "kinit" program distributed with klibc 0.153 still attempts to do a pivot_root. That doesn't work. The correct way of going into the main system is to mount --bind the root and chroot there, as done in the "run-init" program. Could you please copy that logic into "kinit"? And please fix the comment at the top - there is "/init", not
2013 Oct 13
1
kinit user works, kinit user@domain.local doesn't
I'm running Samba 4.0.10 on Ubuntu Server 12.04.3 x64 Samba was installed from source and provisioned with internal DNS as PDC of the domain domain.local. Users were mapped through pam. I created a new user (user at domain.local) and joined a winxp workstation (workstation.domain.local). It seems kerberos is working since user can log to workstation without any problem using user at
2011 Aug 03
2
[PATCH v3 0/2] Support drop directories directly from kinit
This patchset applies to klibc mainline. This patchset introduces the ability to kinit to execute scripts or executable files present in in the initramfs before switching over to the root filesystem. This functionality is implemented in a newly introduced run_parts() call, which calls scandir() to iterate through files which in then executes in sequence. run_parts() is also available as a
2010 Sep 06
3
SAMBA4 kinit fails
I'm trying to test Samba4 as an AD style pdc. following the instructions at http://wiki.samba.org/index.php/Samba4/HOWTO at step 9 I get root at pdc:~# kinit administrator at MYDOMAIN.COM kinit: Cannot contact any KDC for realm 'MYDOMAIN.COM' while getting initial credentials root at pdc:~# and yet host -t SRV _kerberos._udp.mydomain.com gives _kerberos._udp.mydomain.com has
2004 Sep 03
1
kinit username@REALM
Hello list: Do I need to do the command "kinit username@REALM" every single time I boot up my system? Also, why does the kinit "username" not accept the winbind separator "+"? For example: "kinit domain+user@REALM" instead of just "user@REALM". I have my system setup to login via gdm with my domain user account (which uses the winbind
2009 Oct 08
2
kinit problem
hi, Samba 3.4.1 is compiled and running successfully from source. I need to connect samba to ADS . As a first step kinit is not working for me. Here is the error root at web # kinit Password for samba at XXXX.EDU: localhost: RPC: Program not registered no warning possible root at web # How do I debug what is not working? Thanks Paras.
2011 Jul 28
1
refactoring do-mounts out of kinit
So, today, I'm using kinit from our initramfs to handle early boot up sequence. Our init is actually a shell script that does a some setup stuff (plugging values into appropriate proc files mostly), and the script currently passes on to kinit by finishing with "exec /kinit "$@"". I have a situation now though, where due to some ubuntu weirdness, I seem to need to do
2006 Dec 14
1
winbindd_raw_kerberos_login: kinit failed
Hi, I have set up Samba 3.0.23d on Linux Suse NLD9 with AD idmap backend with security = ads and rfc2307. At every login there is a log message in log.wb-MYDOMAIN : [2006/12/14 17:46:51, 1] nsswitch/winbindd_pam.c:winbindd_raw_kerberos_login(510) winbindd_raw_kerberos_login: kinit failed for 'myuser@MYDOMAIN.COM' with: Invalid argument (22) with debug level 10:
2011 Nov 04
1
kinit, fstabs and mountpoints on the command line
San and I were working out some of the requirements we have for booting VMs, and we'd like to "construct" the environment dynamically from the "outside". Not all VMs will have block devices (many will likely be using 9p heavily). We'd like to continue to use kinit for this purpose, though at the moment, kinit is processing the root*= flags as the equivalent of a