How to test ldap authentication from specific ldap master on Solaris clientUsing automount on RHEL5, why are...
Twin primes whose sum is a cube
Famous Pre Reformation Christian Pastors (Non Catholic and Non Orthodox)
1960's book about a plague that kills all white people
What's the difference between 'rename' and 'mv'?
Did Shadowfax go to Valinor?
Did converts (ger tzedek) in ancient Israel own land?
prove that the matrix A is diagonalizable
Can I make "comment-region" comment empty lines?
Is it possible to download Internet Explorer on my Mac running OS X El Capitan?
Is it unprofessional to ask if a job posting on GlassDoor is real?
SSH "lag" in LAN on some machines, mixed distros
How could indestructible materials be used in power generation?
How can saying a song's name be a copyright violation?
What is the word for reserving something for yourself before others do?
Emailing HOD to enhance faculty application
Does casting Light, or a similar spell, have any effect when the caster is swallowed by a monster?
Today is the Center
intersection of two sorted vectors in C++
I Accidentally Deleted a Stock Terminal Theme
Why does Arabsat 6A need a Falcon Heavy to launch
In a Spin are Both Wings Stalled?
Forgetting the musical notes while performing in concert
What's the point of deactivating Num Lock on login screens?
Why do I get two different answers for this counting problem?
How to test ldap authentication from specific ldap master on Solaris client
Using automount on RHEL5, why are variables in the auto.master never expanded?LDAP Client Authentication using SSSD: Groups issueHow can I change passwords on a Linux NIS master?Client Authentication “Invalid credentials” LDAPSSH access to hosts groups based on user groups using LDAPOpenLDAP and pGina vs Active Directory (Using Samba4 Domain Controller)Openldap configuration on RHEL 6.6 clientSASL auth to LDAP behind HAPROXY with name mismatchesslapd with mozillaAbPersonAlpha schemaLDAP connection seems to keep failing
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have OpenDS LDAP running on Linux, which is two node master, sea-ldap.xx.yy.ss and phx-ldap.xx.yy.ss. There are Solaris clients, which gets authentication from these servers depend on client it located in Seattle or Phoenix
For Seattle clients --> uri ldaps://sea-ldap.xx.yy.ss/ ldaps://phx-ldap.xx.yy.ss/
For Phoenix clients --> uri ldaps://phx-ldap.xx.yy.ss/ ldaps://sea-ldap.xx.yy.ss/
We are having a switch upgrade, so all connectivity will go down from Seattle side. I want to check all servers, if they can get authication from Phoenix side, irrespective of their location.
On OpenLDAP linux client, I can run this command - ldapsearch -D cn=ldapadm,dc=xx,dc=yy,dc=xx -W -H ldaps://phx-ldap.xx.yy.ss/ -b "dc=xx,dc=yy,dc=yy," "cn=johnp"
I don't have lddapsearch on Solaris-10 client, what is other way to check ? With ldap, I only have ldapaddent , ldapclient & ldaplist
Thanks
linux openldap
add a comment |
I have OpenDS LDAP running on Linux, which is two node master, sea-ldap.xx.yy.ss and phx-ldap.xx.yy.ss. There are Solaris clients, which gets authentication from these servers depend on client it located in Seattle or Phoenix
For Seattle clients --> uri ldaps://sea-ldap.xx.yy.ss/ ldaps://phx-ldap.xx.yy.ss/
For Phoenix clients --> uri ldaps://phx-ldap.xx.yy.ss/ ldaps://sea-ldap.xx.yy.ss/
We are having a switch upgrade, so all connectivity will go down from Seattle side. I want to check all servers, if they can get authication from Phoenix side, irrespective of their location.
On OpenLDAP linux client, I can run this command - ldapsearch -D cn=ldapadm,dc=xx,dc=yy,dc=xx -W -H ldaps://phx-ldap.xx.yy.ss/ -b "dc=xx,dc=yy,dc=yy," "cn=johnp"
I don't have lddapsearch on Solaris-10 client, what is other way to check ? With ldap, I only have ldapaddent , ldapclient & ldaplist
Thanks
linux openldap
add a comment |
I have OpenDS LDAP running on Linux, which is two node master, sea-ldap.xx.yy.ss and phx-ldap.xx.yy.ss. There are Solaris clients, which gets authentication from these servers depend on client it located in Seattle or Phoenix
For Seattle clients --> uri ldaps://sea-ldap.xx.yy.ss/ ldaps://phx-ldap.xx.yy.ss/
For Phoenix clients --> uri ldaps://phx-ldap.xx.yy.ss/ ldaps://sea-ldap.xx.yy.ss/
We are having a switch upgrade, so all connectivity will go down from Seattle side. I want to check all servers, if they can get authication from Phoenix side, irrespective of their location.
On OpenLDAP linux client, I can run this command - ldapsearch -D cn=ldapadm,dc=xx,dc=yy,dc=xx -W -H ldaps://phx-ldap.xx.yy.ss/ -b "dc=xx,dc=yy,dc=yy," "cn=johnp"
I don't have lddapsearch on Solaris-10 client, what is other way to check ? With ldap, I only have ldapaddent , ldapclient & ldaplist
Thanks
linux openldap
I have OpenDS LDAP running on Linux, which is two node master, sea-ldap.xx.yy.ss and phx-ldap.xx.yy.ss. There are Solaris clients, which gets authentication from these servers depend on client it located in Seattle or Phoenix
For Seattle clients --> uri ldaps://sea-ldap.xx.yy.ss/ ldaps://phx-ldap.xx.yy.ss/
For Phoenix clients --> uri ldaps://phx-ldap.xx.yy.ss/ ldaps://sea-ldap.xx.yy.ss/
We are having a switch upgrade, so all connectivity will go down from Seattle side. I want to check all servers, if they can get authication from Phoenix side, irrespective of their location.
On OpenLDAP linux client, I can run this command - ldapsearch -D cn=ldapadm,dc=xx,dc=yy,dc=xx -W -H ldaps://phx-ldap.xx.yy.ss/ -b "dc=xx,dc=yy,dc=yy," "cn=johnp"
I don't have lddapsearch on Solaris-10 client, what is other way to check ? With ldap, I only have ldapaddent , ldapclient & ldaplist
Thanks
linux openldap
linux openldap
asked 2 mins ago
user3183426user3183426
62
62
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f961609%2fhow-to-test-ldap-authentication-from-specific-ldap-master-on-solaris-client%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f961609%2fhow-to-test-ldap-authentication-from-specific-ldap-master-on-solaris-client%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown