Questions tagged [centrify]

Centrify DirectControl controls authentication and privileges that user has to access across disparate systems and applications by extending Active Directory-based authentication, enabling use of Windows Group Policy and single sign-on (SSO).

Centrify DirectControl controls authentication and privileges that user has to access across disparate systems and applications by extending Active Directory-based authentication, enabling use of Windows Group Policy and single sign-on (SSO).

Centrify DirectControl create a migration strategy for enterprises to easily migrate and manage complex UNIX-based environments, with a high speed consolidate identities into the active directory, organize grained access and simplify administration. DirectControl, through Centrify's patented Zone technology, allows enterprises to easily establish global UNIX unique identities, centrally manage exceptions on legacy systems, separate identities from access management and delegate administration.

21 questions
2
votes
3 answers

Is there a way to iterate through node.run_state data in a Chef recipe?

Is there a way to iterate through node.run_state data? This is in a RHEL environment with Active Directory users. I have a ruby block that populates node.run_state. I have to have this run at converge time, because the overall cookbook will be used…
TX_Mike68
  • 31
  • 4
2
votes
1 answer

SVN: Mismatch of log/lock name and login name

Our current SVN repo is on an Ubuntu 14.04.3 that authenticates through an Active Directory domain. The server uses CentrifyDC (express) for AD integration. SVN is through Apache 2.4.7, WebDAV/SVN. Authenticated with ldap from the AD. The issue is…
Wanbli
  • 21
  • 1
2
votes
1 answer

How can you access "other" Keychains in MacOS using Java?

By default, we have the following items as keychains under MacOS's Keychain Access tool. login Local Items System System Roots And it seems that out of the box, the Mac has problem dealing with smart card... so I had to install a 3rd party tool,…
codenamezero
  • 2,724
  • 29
  • 64
2
votes
1 answer

Set SPN same as UPN with Centrify on Linux

Hi I'm configuring Kerberos with Centrify on a linux environment. I'm much more familiar with Windows. I know with MIT Kerberos in Linux, I can create a new account using the SPN as UPN. Is this the same processes when using Centrify?
LakeMichigan
  • 677
  • 1
  • 7
  • 12
2
votes
2 answers

Centrify & Azure as IDP does not return LogoutResponse on Single Log Out

I'm trying to connect a SAML capable App as SP to Mircrosoft Azure and Centrify as IDP. SSO (Single Sign On) works as it should but i have some problems to accomplish a complete Single Logout Process. When the user clicks on the logout button…
highbelt
  • 31
  • 5
1
vote
0 answers

docker rootless daemon fails on RHEL VMs with centrifydc enabled with error

docker rootless daemon fails on RHEL VMs with centrifydc enabled with error error: dockerd-rootless.sh: failed to load listeners: can't create unix socket /run/user/uid/docker.sock: chown /run/user/uid/docker. sock: invalid argument But works fine…
1
vote
1 answer

PowerShell Script - Create Group if not exists

Simple PowerShell script to create a computer group in AD. If the group exists, print already exists else create new. But something is wrong and its not creating a new group. Import-Module ActiveDirectory Import-Module…
snowcoder
  • 481
  • 1
  • 9
  • 23
1
vote
1 answer

Int64 object type length

I am new to powershell so it would be great if someone could help me to understand best practice for this case: I am using Centrify Powershell module to fetch users' uid property. If I type Get-CdmUserProfile -Zone "DN_NAME_HERE" | select name,uid…
2 B
  • 114
  • 1
  • 12
1
vote
1 answer

Why do I need to use a security solution like Centrify on GCP?

Why do I need to use a security solution like Centrify on GCP ? Can I not just use Cloud Identity from Google ?
user1965449
  • 2,849
  • 6
  • 34
  • 51
0
votes
0 answers

LAMP INSTALLATION error dzdo: apt: command not found

Iam getting this error while installing LAMP with dzdo commands can anyone help with this Trying to install LAMP IN Linux with dzdo commands
0
votes
0 answers

Install Centrify 5.8.0 package for AIX

I am not able to find the CentrifyDC package for AIX to install. Can someone help me to find it ? Required version - 5.8.0 I tried to find it all over but couldn't find the related one.
0
votes
0 answers

How to find whether the user is sudo or dzdo user in commandline?

I've systems with dzdo and sudo users, Its necessary to find the user who is sudo/dzdo to run the following commands accordingly. like updating ca-certificates, changing permission ..etc if [ -f /usr/bin/dzdo ]; then /usr/bin/dzdo "$@" …
Spl
  • 1
  • 1
0
votes
1 answer

How to Auto login to a website by setting header in node js response

We are validating user by Rest API if user is valid then Rest call will return one cookie object that include some token and then we have to redirect user to another url so by setting header with that cookie so that user will be able to login…
0
votes
1 answer

Problem with function calling function in PowerShell

I have two functions: CreateComputer-Group CreateCoomputer-Role Once first function executes then GroupCreated in first function is used in second function to create computer role. How can I make sure first function execution is completed and then…
snowcoder
  • 481
  • 1
  • 9
  • 23
0
votes
1 answer

How to pass variables from a bash script to TCL?

I have never used TCL before but am needing to use it in order to script commands in a tool we use. I have a bash script running that obtains some information from AD, which it will then pass to the TCL script to use. here is my bash script which…
Josh
  • 718
  • 2
  • 15
  • 38
1
2