search for: krynn_ad

Displaying 5 results from an estimated 5 matches for "krynn_ad".

2025 Jan 16
1
odd UID behaviour in Linux hosts connected to Samba AD
...properly showing the local Linux groups: # id raistlin uid=1502(raistlin) gid=100(users) groups=3(sys),7(lp),10(wheel),11(cdrom),39(video),63(audio),100(users),197(system) However, if I query the AD user related to that local user, things start going a -different- direction afterwards: # id -a KRYNN_AD\\raistlin uid=1502(KRYNN_AD\raistlin) gid=100(users) groups=10001(BUILTIN\users),10000(BUILTIN\administrators),100(users) This is coming from the but then I the output of the -first- command changes and the extra groups are dropped and I can no longer query the local user: # id -a raistlin uid=1...
2025 Jan 16
1
odd UID behaviour in Linux hosts connected to Samba AD
...; > # id raistlin > uid=1502(raistlin) gid=100(users) > groups=3(sys),7(lp),10(wheel),11(cdrom),39(video),63(audio),100(users),197(system) > > However, if I query the AD user related to that local user, things > start going a -different- direction afterwards: > > # id -a KRYNN_AD\\raistlin > uid=1502(KRYNN_AD\raistlin) gid=100(users) > groups=10001(BUILTIN\users),10000(BUILTIN\administrators),100(users) > This is coming from the > > but then I the output of the -first- command changes and the extra > groups are dropped and I can no longer query the local...
2018 May 04
1
unexplained Replication failures...?
...ynn'] ['E3514235-4B06-11D1-AB04-00C04FC2DCD2/9075aec2-bbc6-4f87-9246-aa75689b86d4/ad.lasthome.solace.krynn', 'GC/dc01.ad.lasthome.solace.krynn/ad.lasthome.solace.krynn', 'HOST/DC01', 'HOST/dc01.ad.lasthome.solace.krynn', 'HOST/dc01.ad.lasthome.solace.krynn/KRYNN_AD', 'HOST/dc01.ad.lasthome.solace.krynn/ad.lasthome.solace.krynn', 'RestrictedKrbHost/DC01', 'RestrictedKrbHost/dc01.ad.lasthome.solace.krynn', 'ldap/9075aec2-bbc6-4f87-9246-aa75689b86d4._msdcs.ad.lasthome.solace.krynn', 'ldap/DC01', 'ldap/dc01.ad....
2018 May 03
2
unexplained Replication failures...?
Hi all, I'm running in circles trying to debug replication failures on samba 4.7.6: dc00 : is a VM on KVM host (attached to a bridge on local LAN) dc01 : is a similarly configured VM on another KVM host. I've forcibly demoted and re-promoted dc01 but I still cannot get automatic replication to work: root at dc00 ~]# samba-tool drs showrepl Krynn\DC00 DSA Options: 0x00000001 DSA
2020 Aug 21
3
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
...pageSize: 0 userNameAttributes: [ "sAMAccountName" ] #tolerateMemberNotFoundErrors: true #tolerateMemberOutOfScopeErrors: false -------------- next part -------------- apiVersion: config.openshift.io/v1 kind: OAuth metadata: name: cluster spec: identityProviders: - name: KRYNN_AD mappingMethod: claim type: LDAP ldap: attributes: id: ["sAMAccountName"] email: ["mail"] name: ["displayName"] preferredUsername: ["sAMAccountName"] bindDN: "CN=openshift,CN=Users,DC=ad,DC=lasthome...