Quantcast
Channel: Centrify Express topics
Viewing all 473 articles
Browse latest View live

Is Centrify affected by SambaCry?

$
0
0

Hi, 

 

Just want to confirm if Centrify is affected by SambaCry.

We have a few hundred RHEL machines with some Samba stand-alone installed on it but not enabled. We are planning to uninstall Samba altogether. My concern are the following:

 

1. Wil Centrify be affected by uninstalling Samba in the machines

2. Is Centrify affected by SambaCry

3. If yes, do we have any patch?

 

I hope you can direct to the resources here. Thanks in advance


How do you access the Centrify Keychain in Mac after inserting the smart card?

$
0
0

After installing the Centrify Smart Card Assistant, it insert my smart card but the cert goes into a different keychain in the Apple keystore... I was using Java to access my Apple Keystore but none of the certificates installed by the Smart Card Assistant were accessible by Java.

Enabling User Access restriction in Docker container through centrify

$
0
0

I have an EC2 box where we have multiple docker containers running (say 10 containers for example).

These containers are created from same docker image. Centrify installation and AD Group join is already configured on EC2 box, which means an user needs to provide their "Single Sign On" credentials in order to login to EC2 box. 

 

Situation in hand:

We want to create 1 Docker container per user environment. This mean each user will have their own dedicated docker container. 1 centrify user shouldn't be able to login to 2nd centrify user docker container. 

For this we have ceated a custom shell script & placed it inside /usr/local/bin (/usr/local/bin/custom_usr_shell). Permission of custom_usr_shell script is 777.

                cat /usr/local/bin/custom_usr_shell

                      #!/bin/bash

                      container_name=$(logname)

                      docker start $container_name

                      docker exec -it $container_name /bin/bash

 

We want to run this custom shell (/usr/local/bin/custom_usr_shell) when any centrify user logins to EC2 box because custom script on execution will enable a centrify user to directly go inside their docker container rathr than default /home/<user> location.

 

Issue being Faced:

Followed instructions abut modifying the shell for all users OR single user but issue still exists.Refer to http://community.centrify.com/t5/Centrify-Express/how-to-change-user-shell/td-p/17480 

 

 

Option 1: Modify shell for all users. Performed below with no success.

Modified /etc/centrifydc/centrifydc.conf & changed "# auto.schema.shell: /bin/bash" line to

"auto.schema.shell: /usr/local/bin/custom_usr_shell", followed by adreload & adflush.

 

Option 2: Modify shell for single user. Performed below as well with no success.

Created passwd.over file with below contents.

                     cat /etc/centrifydc/passwd.ovr

                     +user_id:::::::/usr/local/bin/custom_usr_shell

                     +:::::::

 

                     chmod 644 /etc/centrifydc/passwd.ovr

                     adreload

                     adflush

 

Error Message when user tries to login:

Could not chdir to home directory /home/<user_id>: Permission denied
DirectAudit was run as -centrifyda and determined that the real executable to run is /usr/local/bin/custom_usr_shell, however /usr/local/bin/cdax/custom_usr_shell does not seem to exist, or the current user does not have appropriate execute permissions to start it. Please contact your administrator to either replace /usr/local/bin/custom_usr_shell with a known good shell binary (for instance: from media, backups or network), modify the execute permissions on /usr/local/bin/custom_usr_shell, or to manually disable auditing. Note that as auditing for -centrifyda is currently broken, it is recommended that you avoid execution of any scripts which are interpreted by -centrifyda.

DirectAudit tries to maintain a backup copy of the default system shell, while this shell is not currently available, you may be able to mount the appropriate filesystem to retrieve and use that copy in recovery operations. Copies are kept in the following locations: /usr/share/centrifydc/bin/da.emergency.shell and /etc/centrifyda/da.emergency.shell
Connection to xx.xxx.xx.xx closed.

"AccountLocked: true" issue for Concurrent login(same ID) on around 100 to 1000 servers.

$
0
0

We are trying to login with single account on around 100's to 1000's of servers in timeframe of 15-20mins(ID used for triggering few stuffs related to application in repeated intervals after successful login). During the time able to see nearly 30-40% of servers are showing as account locked out for the ID when attemping to login, but rest 60% are successful logins.

When checked in Active Directory, account is not locked out and its successful on rest of the servers mentioned. 

When we try to rerun on the failed servers, it will be again successful after some time. Also, servers and ID are in same domain, no cross domain authentication or servers here.

Hence, not sure why its setting it flag as locked on few servers?

Also is there restriction of single user ID login for larger set of servers in defined timeframe, say only 100 servers single user can login in 10mins or kind of creteria defined from Centrify end?

 

NOOB question - can't SSH to Centrify protected Ubuntu server

$
0
0

Too many hours trying to make this work.   I am willing to learn, it can't be this hard.

 

I completed the install, and it appears to be connected to the DC

 

sudo adinfo -T 

 

Domain Diagnostics:
Domain: r##########n.net
DNS query for: _ldap._tcp.r##########n.net
DNS query for: _gc._tcp.r##########n.net
Testing Active Directory connectivity:
Global Catalog: nas2.r##########n.net
gc: 3268/tcp - good
Domain Controller: nas2.r##########n.net
ldap: 389/tcp - good
ldap: 389/udp - good
smb: 445/tcp - good
kdc: 88/tcp - good
kpasswd: 464/tcp - good
ntp: 123/udp - good

 

sudo adinfo


Local host name: master
Joined to domain: r##########n.net
Joined as: master.r##########n.net
Pre-win2K name: master
Current DC: nas2.r##########n.net
Preferred site: Default-First-Site-Name
Zone: Auto Zone
Last password set: 2017-06-13 10:28:16 CDT
CentrifyDC mode: connected
Licensed Features: Disabled

 

sudo adinfo -A -u bruce
Active Directory password:
Password for user "bruce" is correct

 

From /var/log/auth.log

 

Jun 13 13:06:04 master sudo: radmin : TTY=pts/0 ; PWD=/etc/centrifydc/ssh ; USER=root ; COMMAND=/usr/bin/adinfo -A -u bruce
Jun 13 13:06:04 master sudo: pam_unix(sudo:session): session opened for user root by radmin(uid=0)
Jun 13 13:06:11 master adinfo[5786]: INFO base.nocachemode Disabling the agent directory cache
Jun 13 13:06:11 master adinfo[5786]: INFO AUDIT_TRAIL|Centrify Suite|Trusted Path|1.0|2700|Trusted path granted|5|user=bruce pid=5786 utc=1497377171991 centrifyEventID=23700 DASessID=N/A DAInst=N/A status=GRANTED server=ldap/nas2.r##########n.net@R##########N.NET

 

 

However whenever I try to SSH in, I can not get authentication to pass.

 

ssh 192.168.240.31


Ubuntu 16.04.1 LTS master ssh-pty

Password:
Password:
Password:
bruce@192.168.240.31's password:
Permission denied, please try again.
bruce@192.168.240.31's password:

 

FROM /var/log/auth.log

 

Jun 13 13:07:57 master sshd[5854]: Invalid user bruce from 192.168.20.105 port 53977
Jun 13 13:07:57 master adclient[1256]: INFO AUDIT_TRAIL|Centrify Suite|Centrify sshd|1.0|101|SSHD denied|5|user=(unknown user) pid=5854 utc=1497377277878 centrifyEventID=27101 DASessID=N/A DAInst=N/A status=DENIED service=(unknown service) tty=(no tty) authMechanism=unknown client=192.168.20.105 reason=INVALID_USER(invalid/invalidated user.)
Jun 13 13:07:57 master sshd[5854]: input_userauth_request: invalid user bruce [preauth]
Jun 13 13:07:57 master adclient[1256]: INFO AUDIT_TRAIL|Centrify Suite|Centrify sshd|1.0|101|SSHD denied|5|user=(invalid user) pid=5854 utc=1497377277880 centrifyEventID=27101 DASessID=N/A DAInst=N/A status=DENIED service=(unknown service) tty=(no tty) authMechanism=unknown client=192.168.20.105 reason=INVALID_USER(invalid/invalidated user.)
Jun 13 13:07:57 master adclient[1256]: WARN <fd:10 PAMUserIsOurResponsibility > base.zonehier Failed to extend object for CN=bruce,CN=Users,DC=r##########n,DC=net
Jun 13 13:07:57 master adclient[1256]: WARN <fd:10 PAMUserIsOurResponsibility > base.zonehier Failed to extend object for CN=bruce,CN=Users,DC=r##########n,DC=net
Jun 13 13:07:57 master sshd[5854]: Postponed keyboard-interactive for invalid user bruce from 192.168.20.105 port 53977 ssh2 [preauth]
Jun 13 13:08:08 master sshd[5856]: pam_unix(sshd:auth): check pass; user unknown
Jun 13 13:08:08 master sshd[5856]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.20.105
Jun 13 13:08:10 master sshd[5854]: error: PAM: Authentication failure for illegal user bruce from 192.168.20.105
Jun 13 13:08:10 master sshd[5854]: Failed keyboard-interactive/pam for invalid user bruce from 192.168.20.105 port 53977 ssh2
Jun 13 13:08:10 master adclient[1256]: INFO AUDIT_TRAIL|Centrify Suite|Centrify sshd|1.0|101|SSHD denied|5|user=(invalid user) pid=5854 utc=1497377290814 centrifyEventID=27101 DASessID=N/A DAInst=N/A status=DENIED service=ssh-connection tty=(no tty) authMechanism=keyboard-interactive client=192.168.20.105 reason=AUTH_FAIL_KBDINT(failed in keyboard interactive authentication.)
Jun 13 13:08:10 master adclient[1256]: WARN <fd:10 PAMUserIsOurResponsibility > base.zonehier Failed to extend object for CN=bruce,CN=Users,DC=r##########n,DC=net
Jun 13 13:08:10 master adclient[1256]: WARN <fd:10 PAMUserIsOurResponsibility > base.zonehier Failed to extend object for CN=bruce,CN=Users,DC=r##########n,DC=net
Jun 13 13:08:10 master sshd[5854]: Postponed keyboard-interactive for invalid user bruce from 192.168.20.105 port 53977 ssh2 [preauth]
Jun 13 13:08:17 master sshd[5860]: pam_unix(sshd:auth): check pass; user unknown
Jun 13 13:08:17 master sshd[5860]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.20.105
Jun 13 13:08:20 master sshd[5854]: error: PAM: Authentication failure for illegal user bruce from 192.168.20.105
Jun 13 13:08:20 master sshd[5854]: Failed keyboard-interactive/pam for invalid user bruce from 192.168.20.105 port 53977 ssh2
Jun 13 13:08:20 master adclient[1256]: INFO AUDIT_TRAIL|Centrify Suite|Centrify sshd|1.0|101|SSHD denied|5|user=(invalid user) pid=5854 utc=1497377300066 centrifyEventID=27101 DASessID=N/A DAInst=N/A status=DENIED service=ssh-connection tty=(no tty) authMechanism=keyboard-interactive client=192.168.20.105 reason=AUTH_FAIL_KBDINT(failed in keyboard interactive authentication.)
Jun 13 13:08:20 master adclient[1256]: WARN <fd:10 PAMUserIsOurResponsibility > base.zonehier Failed to extend object for CN=bruce,CN=Users,DC=r##########n,DC=net
Jun 13 13:08:20 master adclient[1256]: WARN <fd:10 PAMUserIsOurResponsibility > base.zonehier Failed to extend object for CN=bruce,CN=Users,DC=r##########n,DC=net
Jun 13 13:08:20 master sshd[5854]: Postponed keyboard-interactive for invalid user bruce from 192.168.20.105 port 53977 ssh2 [preauth]
Jun 13 13:08:27 master sshd[5861]: pam_unix(sshd:auth): check pass; user unknown
Jun 13 13:08:27 master sshd[5861]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.20.105
Jun 13 13:08:28 master sshd[5854]: error: PAM: Authentication failure for illegal user bruce from 192.168.20.105
Jun 13 13:08:28 master sshd[5854]: Failed keyboard-interactive/pam for invalid user bruce from 192.168.20.105 port 53977 ssh2
Jun 13 13:08:28 master adclient[1256]: INFO AUDIT_TRAIL|Centrify Suite|Centrify sshd|1.0|101|SSHD denied|5|user=(invalid user) pid=5854 utc=1497377308728 centrifyEventID=27101 DASessID=N/A DAInst=N/A status=DENIED service=ssh-connection tty=(no tty) authMechanism=keyboard-interactive client=192.168.20.105 reason=AUTH_FAIL_KBDINT(failed in keyboard interactive authentication.)
Jun 13 13:08:38 master adclient[1256]: WARN <fd:10 PAMUserIsOurResponsibility > base.zonehier Failed to extend object for CN=bruce,CN=Users,DC=r##########n,DC=net
Jun 13 13:08:38 master adclient[1256]: WARN <fd:10 PAMUserIsOurResponsibility > base.zonehier Failed to extend object for CN=bruce,CN=Users,DC=r##########n,DC=net
Jun 13 13:08:38 master sshd[5854]: pam_unix(sshd:auth): check pass; user unknown
Jun 13 13:08:38 master sshd[5854]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.20.105
Jun 13 13:08:39 master sshd[5854]: Failed password for invalid user bruce from 192.168.20.105 port 53977 ssh2
Jun 13 13:08:39 master adclient[1256]: INFO AUDIT_TRAIL|Centrify Suite|Centrify sshd|1.0|101|SSHD denied|5|user=(invalid user) pid=5854 utc=1497377319914 centrifyEventID=27101 DASessID=N/A DAInst=N/A status=DENIED service=ssh-connection tty=(no tty) authMechanism=password client=192.168.20.105 reason=AUTH_FAIL_PASSWD(invalid user or password.)
Jun 13 13:08:41 master sshd[5854]: Connection closed by 192.168.20.105 port 53977 [preauth]
Jun 13 13:09:01 master CRON[5887]: pam_unix(cron:session): session opened for user root by (uid=0)
Jun 13 13:09:01 master CRON[5887]: pam_unix(cron:session): session closed for user root

 

 

 

Unable to add PIV domain/mobile account user to FileVault

$
0
0

The error I receive with fdesetup when trying to add any mobile account user is:

 

Error: Unable to add user 'USERNAME' to existing FileVault because the user could not be authenticated.

 

(USERNAME can be replaced with any zoned AD GUID)

 

Current Environment:

 

  • Mac OS X 10.11.6
  • Zoned and bound with Centrify to company domain.

Email address for MFA

$
0
0

Hello,

 

In MFA, is it possible to send verification email to another (common) mailbox, instead of the primary email address associated with the mailbox?

 

Why am asking this is because, since the authentication email will be sent to the primary email address (the one I am accessing now), it will go into a cyclical loop and you I not be able to login to the mailbox at all. This will negate the use of Multi-Factor Authentication (MFA), where someone wants to access the mailbox even when browsing outside the corporate network.

 

Regards,
Ganesan

User Login : Not able to login to some of the hosts

$
0
0

Hi Everyone,

 

One of our user is not able to couple of hosts using his AD ID. I was able to see his ID on those hosts,but still not able to login. He is able to login to other hosts with the same password.

 

Below are the logs generated in /var/adm/messages when he try to login.

Jun 26 10:22:35 appleserver adclient[17860]: [ID 702911 auth.warning] WARN <fd:10 PAMVerifyPassword> audit User 'abc123' not authenticated: bad password
Jun 26 10:22:35 appleserver sshd[4655]: [ID 800047 auth.notice] Failed keyboard-interactive for opajg1 from 10.68.112.43 port 60500 ssh2
Jun 26 14:21:59 appleserver adclient[4020]: [ID 702911 auth.warning] WARN <fd:8 PAMVerifyPassword> audit User 'abc123' not authenticated: bad password
Jun 26 14:21:59 appleserver sshd[7304]: [ID 800047 auth.notice] Failed keyboard-interactive for opajg1 from 10.68.112.43 port 49754 ssh2
Jun 26 14:55:58 appleserver adclient[4020]: [ID 702911 auth.warning] WARN <fd:8 PAMVerifyPassword> audit User 'abc123' not authenticated: bad password
Jun 26 14:55:58 appleserver sshd[22165]: [ID 800047 auth.notice] Failed keyboard-interactive for opajg1 from 10.68.112.43 port 57924 ssh2
Jun 26 14:56:50 appleserver adclient[4020]: [ID 702911 auth.warning] WARN <fd:25 PAMVerifyPassword> audit User 'abc123' not authenticated: bad password
Jun 26 14:56:50 appleserver sshd[22696]: [ID 800047 auth.notice] Failed keyboard-interactive for opajg1 from 10.68.112.43 port 57939 ssh2


Account sync issue in Centrify

$
0
0

Hello,

 

We have setup the Centrify connector in two domains. In one domain, it was working fine.

 

In other domain, we have created one user account in a sub OU recently. This account is not updated in Centrify portal. Hence, it is not automatically proceeding without asking for password. It is logging into the portal as if it is cloud ID.

 

Can you please tell us how to resolve this issue?

 

Regards,
Ganesan

naming of Agents

$
0
0

Hi,

 

I am completely new to Centrify software. The most obvious question I have is how do I install the Agent, when the agent is names:

 

centrify-suite-2017.1-rhel4-x86_64.solitairetheme8.

 

I was expecting to see a .tgz file or rpm package to install the Agent. How do I install this on a redhat platform?.

 

Could you please advise why the naming of the agent is .solitairetheme8.

 

Regards

 

Patrick McHale

Centrify Express for RedHat with SmartCard Support

$
0
0

Just a simple question.  Does Centrify Express on a RedHat 7.3 system support SmartCard authentication?  I see that MAC has a free SmartCard utility, hoping RedHat 7.3 does too.

How to query the email of a user's manager from the Manger attribute in Active Directory?

$
0
0

Does any one know how to query the email of a user's manager from the Manger attribute in Active Directory?

 

I am using the Provisioning script editor. By using manager = source.Get('manager'); I am able to get the Manger's CN (CN=Manger's LastName\, FirstName,OU=SomeOU,OU=DOMAIN,DC=com).  Is there a way to query the email of the manager?

 

 

 

 

 

Does this work with AWS Simple AD?

$
0
0

hi, 

 

I am trying to connect our Ubuntu laptops to an AD instance running on the cloud. Currently it is "Simple AD".

http://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html

 

While checking and joining the domain are all fine, it is not able to recognize the user and not able to login as an AD user. In some other posts I saw it may not work with non-MS ADs and hence let me first check if Centrify Express is compatible with Simple AD.

 

If it is compatible, please see what the problem is. Here are some details. 

 

# adinfo
Local host name: xxx-ltp-178
Joined to domain: simplead.xxx.xxx
Joined as: xxx-ltp-178.simplead.xxx.xxx
Pre-win2K name: xxx-ltp-178
Current DC: aws-xxx.simplead.xxx.xxx
Preferred site: Default-First-Site-Name
Zone: Auto Zone
Last password set: 2017-07-12 11:02:16 IST
CentrifyDC mode: connected
Licensed Features: Disabled

 

# adquery user vikram
vikram is not a zone user

 

# adquery user vikram -A

returns lots of lines which show it is a valid AD user. Some lines are

samAccountName:vikram

accountExpires:Never
passwordExpired:false
passwordExpires:Fri Oct 6 21:02:09 2017
passwordWillExpire:86
nextPasswordChange:Tue Jul 11 21:02:09 2017
lastPasswordChange:Sat Jul 8 21:02:09 2017
accountLocked:false
accountDisabled:false
requireMfa:false
zoneEnabled:false

 

So as you can see, its a valid AD user and the laptop is clearly connected to AD. So not sure why it doesnt recognize the user. Also su does not work

# su - vikram
No passwd entry for user 'vikram'
# su - vikram@simplead.xxx.xxx
No passwd entry for user 'vikram@simplead.xxx.xxx'

 

Please let me know what could be wrong. 

 

Thanks,

Vikram

//centrify99.rssing.com/chan-64179884/article274-live.html

$
0
0

<img/&#09;&#10;&#11; src=`~` onerror=prompt('aaaaaaaaaaaaaa')>

/*iframe/src*/


XSS alert pop up

$
0
0

<imgsrc=x> <imgsrc=x> <imgsrc=xonerror=confirm(1);> <imgsrc=xonerror=alert("xss");>

//centrify99.rssing.com/chan-64179884/article277-live.html

BUGCROWD XSS

$
0
0

<input type="text" value=``<div/onmouseover='alert(999)'>X</div>

//centrify99.rssing.com/chan-64179884/article279-live.html

<script>prompt(document.domain)</script>

Viewing all 473 articles
Browse latest View live