search for: gigles

Displaying 9 results from an estimated 9 matches for "gigles".

Did you mean: giggles
2013 Apr 15
3
Winbind strip domain from username?
Hello Folks, This directive works with Samba3 but does not seem to work with Samba-4.0.5: winbind use default domain = Yes I want to get a username that does not contain the domain (GIGL). Instead here's what I get: [root at roquefort ~]# getent passwd | grep GIGL GIGL\Administrator:*:0:100::/usagers/%U:/bin/bash GIGL\Guest:*:3000002:3000003::/usagers/%U:/bin/bash
2024 Jul 09
1
session setup failed: NT_STATUS_NO_IMPERSONATION_TOKEN
On Tue, 9 Jul 2024 14:21:58 -0400 Luc Lalonde <luc.lalonde at polymtl.ca> wrote: > I get the same error using 'net ads join' > > Here are my sanitized config files: > > ############## begin /etc/krb5.conf #################### > > includedir /etc/krb5.conf.d/ Samba does not like the 'includedir' line and doesn't require most of the other lines,
2024 Jul 09
1
session setup failed: NT_STATUS_NO_IMPERSONATION_TOKEN
I get the same error using 'net ads join' Here are my sanitized config files: ############## begin /etc/krb5.conf #################### includedir /etc/krb5.conf.d/ [logging] ?default = SYSLOG:INFO:DAEMON ?kdc = SYSLOG:INFO:DAEMON ?admin_server = SYSLOG:INFO:DAEMON [libdefaults] default_realm =EXAMPLE.ORG ?dns_lookup_realm = false ?dns_lookup_kdc = false ?ticket_lifetime = 10h
2014 Jan 16
1
Replication errors (WERR_DS_DRA_SCHEMA_MISMATCH)
Hello, I'm getting replication errors of this type on the Samba (version 4.1.4) server (name=Roquefort): ##### ############################# ERROR(<class 'samba.drs_utils.drsException'>): DsReplicaSync failed - drsException: DsReplicaSync failed (8418, 'WERR_DS_DRA_SCHEMA_MISMATCH') File
2024 Jul 09
2
session setup failed: NT_STATUS_NO_IMPERSONATION_TOKEN
On Tue, 9 Jul 2024 11:31:04 -0400 Luc Lalonde via samba <samba at lists.samba.org> wrote: > Hello, > > This problem has come back for me and I can't seem to get around it. > > When I try to access a share, I get this error: > > session setup failed: NT_STATUS_NO_IMPERSONATION_TOKEN > > Here's what I have in the logs (samba-4.20.1-1.el9.x86_64): >
2004 Dec 28
2
Simple case here!
...ternal LAN Pcakets Any other unclassified Packets | | | | FIFO TBF (rate 64kbps) Please Help me out with marking the packets and to classify them. Just started off with Traffic Shaping. gigles...... : ) It is alos possible to alternatively to mark internet traffic as it would be less in comparison to LAN and thus processor friendly. Amit Vyas _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HO...
2018 Feb 05
1
Using Samba AD for NFSV4 Kerberos servers and clients
Hello Kevin, We have a  Samba/Windows20008R2 domain that's been running a few years now. Here are the details: * clients auth with SSSD (ldap, kerberos, ldap_schema=rfc2307bis) * idmap * samba on clients/server for joining domain We have scripts that automatically create users with UnixHomeDir, UID and GUID numbers within AD. I don't know about using WInbind...  I dropped that
2004 Dec 28
5
failover strategies - failing open vs. failing closed.
I''d like to setup a box with 2 NICs as a firewall which will also rate limits outbound traffic. What happens when/if that box hangs or is rebooted? I''d like a solution that when there is a failure, traffic can still go through the box even though the firewall and rate limiting functions will no longer be in effect. I believe that this is "failing closed" but have
2018 Feb 05
6
Using Samba AD for NFSV4 Kerberos servers and clients
Thanks Luc, First, can I just use the small /etc/krb5.conf suggested in Samba AD docs or do I need something more substantial on the server & client for Kerberos NFS to work? [libdefaults]         default_realm = SUBDOMAIN.DOMAIN.COM         dns_lookup_realm = false         dns_lookup_kdc = true I understand a /etc/krb5.keytab file has to be created on both server & client. Most