Re: [E] Re: [EXT] LDAP issues

From: <heiko(dot)onnebrink(at)metroitpartner(dot)com>
To: <steven(dot)schroeder(at)verizonwireless(dot)com>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: [E] Re: [EXT] LDAP issues
Date: 2022-05-06 11:25:34
Message-ID: 96F8F28A-C2A7-453B-837C-62AB0385B3B2@metroitpartner.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:"Segoe UI";
panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
{font-family:"arial black";
panose-1:2 11 10 4 2 1 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0cm;
font-size:10.0pt;
font-family:"Courier New";}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:"Consolas",serif;}
span.EmailStyle21
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style>
</head>
<body lang="en-DE" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US">If you use K8s and pass args to a containerized pgAadmin the LDAP related vars should be prefixed with<br>
<br>
</span><b><span style="font-size:12.0pt;font-family:&quot;Segoe UI&quot;,sans-serif;color:#212529">PGADMIN_CONFIG_*</span></b><o:p></o:p></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><br>
</span><span lang="EN-US" style="mso-fareast-language:EN-US">to replace the defaults..<br>
<br>
see <a href="https://www.pgadmin.org/docs/pgadmin4/development/container_deployment.html">
https://www.pgadmin.org/docs/pgadmin4/development/container_deployment.html</a><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<pre><span lang="EN-US" style="font-family:&quot;Calibri&quot;,sans-serif;mso-fareast-language:EN-US">Here a copy of our working setup:<br><br></span><span style="color:black">&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -e </span><span lang="EN-US" style="color:black">‘</span><span style="color:black">PGADMIN_ENABLE_TLS=True</span><span lang="EN-US" style="color:black">’</span><span style="color:black"> \<o:p></o:p></span></pre>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -e 'PGADMIN_CONFIG_LDAP_SERVER_URI=&quot;ldap://</span><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">some</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.</span><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">server</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.de:389&quot;'
\<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -e 'PGADMIN_CONFIG_LDAP_USERNAME_ATTRIBUTE=&quot;userPrincipalName&quot;' \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -e 'PGADMIN_CONFIG_LDAP_BIND_USER=&quot;cn=ourldapbinduser,cn=Users,dc=asf,dc=madm,dc=net&quot;' \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -e 'PGADMIN_CONFIG_LDAP_BIND_PASSWORD=&quot;####&quot;' \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -e 'PGADMIN_CONFIG_LDAP_SEARCH_BASE_DN=&quot;dc=madm,dc=net&quot;' \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -e 'PGADMIN_CONFIG_LDAP_AUTO_CREATE_USER=True' \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -e 'PGADMIN_CONFIG_AUTHENTICATION_SOURCES=[&quot;ldap&quot;,&quot;internal&quot;]' \<br>
</span><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">-e 'PGADMIN_DEFAULT_EMAIL=pgadmin@</span><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">somewhere</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.</span><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">de</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">'
\</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><br>
</span><span lang="DE" style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">Hope this helps<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="DE" style="mso-fareast-language:EN-US"><br>
cheers<br>
Heiko<br>
<br>
<o:p></o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">&quot;Schroeder, Steven&quot; &lt;steven(dot)schroeder(at)verizonwireless(dot)com&gt;<br>
<b>Date: </b>Friday, 6. May 2022 at 13:13<br>
<b>To: </b>&quot;Onnebrink, Heiko&quot; &lt;heiko(dot)onnebrink(at)metroitpartner(dot)com&gt;<br>
<b>Cc: </b>&quot;pgadmin-support(at)postgresql(dot)org&quot; &lt;pgadmin-support(at)postgresql(dot)org&gt;<br>
<b>Subject: </b>Re: [E] Re: [EXT] LDAP issues<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<div>
<p class="MsoNormal">Hi All, <o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">We haven't&nbsp;attempted using pgadmin and ldap outside of k8s as of yet.&nbsp; I am able to auth using the same credentials&nbsp;passed when running ldapsearch command from the command line directly.&nbsp;&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">We are creating a local image from the base 4.6.7 image and adding in the config_local.py.&nbsp; I do see this file when exec directly into the container, so it is being passed correctly when we create the image.&nbsp; I did notice a ton of redirects
when looking in the web console, but local login works.<o:p></o:p></p>
</div>
<div>
<pre style="background:#2B2B2B"><i><span style="color:#9876AA">PGADMIN_DEFAULT_EMAIL</span></i><span style="color:#CC7832">=</span><span style="color:#6A8759">&quot;xxxxxx&quot;<br></span><i><span style="color:#9876AA">PGADMIN_DEFAULT_PASSWORD</span></i><span style="color:#CC7832">=</span><span style="color:#6A8759">&quot;xxxxxxx&quot;<br></span><i><span style="color:#9876AA">PGADMIN_LISTEN_PORT</span></i><span style="color:#CC7832">=</span><i><span style="color:#6897BB">8080<br><br></span><span style="color:#629755"># LDAP<br></span><span style="color:#9876AA">AUTHENTICATION_SOURCES </span></i><span style="color:#CC7832">= </span><span style="color:#A9B7C6">[</span><span style="color:#6A8759">'ldap'</span><span style="color:#A9B7C6">, </span><span style="color:#6A8759">'internal'</span><span style="color:#A9B7C6">]<br></span><i><span style="color:#9876AA">LDAP_AUTO_CREATE_USER </span></i><span style="color:#CC7832">= </span><i><span style="color:#9876AA">True</span><span style="color:#629755"><br></span><span style="color:#9876AA">LDAP_SERVER_URI </span></i><span style="color:#CC7832">= </span><span style="color:#6A8759">'LDAP://<a href="http://xxx.dc.xxx.eng.xxx.com:389">xxx.dc.xxx.eng.xxx.com:389</a>'<br></span><i><span style="color:#9876AA">LDAP_BASE_DN </span></i><span style="color:#CC7832">= </span><span style="color:#6A8759">'ou=user accounts,dc=win,dc=eng,dc=xxx,dc=com'<br></span><i><span style="color:#9876AA">LDAP_USERNAME_ATTRIBUTE </span></i><span style="color:#CC7832">= </span><span style="color:#6A8759">'sAMAccountName'<br></span><i><span style="color:#9876AA">LDAP_SEARCH_FILTER </span></i><span style="color:#CC7832">= </span><span style="color:#6A8759">'(objectClass=user)'<br></span><i><span style="color:#9876AA">LDAP_SEARCH_SCOPE </span></i><span style="color:#CC7832">= </span><span style="color:#6A8759">'SUBTREE'<br></span><i><span style="color:#9876AA">LDAP_SEARCH_BASE_DN </span></i><span style="color:#CC7832">= </span><span style="color:#6A8759">'ou=user accounts,dc=xxx,dc=eng,dc=xxx,dc=com'</span><i><span style="color:#629755"><br></span><span style="color:#9876AA">LDAP_CA_CERT_FILE </span></i><span style="color:#CC7832">= </span><span style="color:#6A8759">'/pgadmin4/cert/ldap.crt'<br></span><i><span style="color:#9876AA">LDAP_BIND_USER </span></i><span style="color:#CC7832">= </span><span style="color:#6A8759">&quot;xxx&quot;<br></span><i><span style="color:#9876AA">LDAP_BIND_PASSWORD </span></i><span style="color:#CC7832">= </span><span style="color:#6A8759">&quot;xxxxx&quot;</span><i><span style="color:#629755"><br></span><span style="color:#9876AA">LDAP_CA_CERT_FILE </span></i><span style="color:#CC7832">= </span><span style="color:#6A8759">'/pgadmin4/cert/ldap.crt'</span><span style="color:#A9B7C6"><o:p></o:p></span></pre>
</div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<div>
<p class="MsoNormal">On Fri, May 6, 2022 at 1:28 AM &lt;<a href="mailto:heiko(dot)onnebrink(at)metroitpartner(dot)com">heiko(dot)onnebrink(at)metroitpartner(dot)com</a>&gt; wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span lang="EN-US">Hi</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span lang="EN-US">do you have a general problem to auth against LDAP or just when you deploy it on K8s?<br>
Also would be helpful if you share the (LDAP-related) arguments that you pass to the container
<br>
cheers<br>
Heiko</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-size:12.0pt;color:black">From:
</span></b><span style="font-size:12.0pt;color:black">&quot;Schroeder, Steven&quot; &lt;<a href="mailto:steven(dot)schroeder(at)verizonwireless(dot)com" target="_blank">steven(dot)schroeder(at)verizonwireless(dot)com</a>&gt;<br>
<b>Date: </b>Thursday, 5. May 2022 at 23:44<br>
<b>To: </b>&quot;<a href="mailto:pgadmin-support(at)postgresql(dot)org" target="_blank">pgadmin-support(at)postgresql(dot)org</a>&quot; &lt;<a href="mailto:pgadmin-support(at)postgresql(dot)org" target="_blank">pgadmin-support(at)postgresql(dot)org</a>&gt;<br>
<b>Subject: </b>[EXT] LDAP issues</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Hi All,
<o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">We are attempting to deploy pgadmin inside&nbsp;kubernetes&nbsp;with ldap authentication, but having issues getting it to work.&nbsp; We are able to deploy pgadmin and login locally, but no matter
what ldap method we try, the credentials are not passed when we look at a pcap.&nbsp; The only attempt we ever see to our ldap server is when we set it to anonymous, but we get back the below response.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">000004DC: LdapErr: DSID-0C090A5C, comment: In order to perform this operation a successful bind must be completed on the connection<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><br clear="all">
<o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Ever come across anyone else having issues in kubernetes with ldap?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Thanks,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Steve<o:p></o:p></p>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">--
<o:p></o:p></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p>&nbsp;<o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p><span lang="DE" style="font-size:9.0pt;font-family:&quot;Verdana&quot;,sans-serif">Geschäftsanschrift/Business address: Wipro Business Solutions GmbH, Metro-Straße 12, 40235 Duesseldorf, Germany<br>
Geschäftsführung/Management Board:&nbsp;Thomas Viefhaus, Michael Seiger, Anandh Raghavan</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span lang="DE" style="font-size:9.0pt;font-family:&quot;Verdana&quot;,sans-serif">Sitz Düsseldorf, Amtsgericht Düsseldorf, HRB 18232/Registered Office Düsseldorf, Commercial Register of
the Düsseldorf Local Court, HRB 18232</span><o:p></o:p></p>
<p><span lang="DE" style="font-size:9.0pt;font-family:&quot;Verdana&quot;,sans-serif">Betreffend Mails von *@</span><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#0563C1"><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__www.wipro.com_business-2Dprocess_&amp;d=DwMGaQ&amp;c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&amp;r=Xs8b_CAmvjmELvHwTRokHCPDQnOwecuyWQyXJ0Uwh5qZTiYp5pyrQwjxOcKr6EJQ&amp;m=vZT7mbTIhZzVZlGoJUVHPuia_Pr9Yufhjmi2JsKSqC5_dnTSeEOvzeTMbUEXObLf&amp;s=vZXIp2RuHcC-3yvOvMZDptPeuOFbi7GR5OUbFzYq2Ug&amp;e=" target="_blank"><span lang="DE">metroitpartner.com</span></a></span><span lang="DE" style="font-size:9.0pt;font-family:&quot;Verdana&quot;,sans-serif"><br>
Die in dieser E-Mail enthaltenen Nachrichten und Anhänge sind ausschließlich für den bezeichneten Adressaten bestimmt. Sie können rechtlich geschützte, vertrauliche Informationen enthalten. Falls Sie nicht der bezeichnete Empfänger oder zum Empfang dieser E-Mail
nicht berechtigt sind, ist die Verwendung, Vervielfältigung oder Weitergabe der Nachrichten und Anhänge untersagt. Falls Sie diese E-Mail irrtümlich erhalten haben, informieren Sie bitte unverzüglich den Absender und vernichten Sie die E-Mail.</span><o:p></o:p></p>
<p><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,sans-serif">Regarding mails from *@<span style="color:#0563C1"><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__www.wipro.com_business-2Dprocess_&amp;d=DwMGaQ&amp;c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&amp;r=Xs8b_CAmvjmELvHwTRokHCPDQnOwecuyWQyXJ0Uwh5qZTiYp5pyrQwjxOcKr6EJQ&amp;m=vZT7mbTIhZzVZlGoJUVHPuia_Pr9Yufhjmi2JsKSqC5_dnTSeEOvzeTMbUEXObLf&amp;s=vZXIp2RuHcC-3yvOvMZDptPeuOFbi7GR5OUbFzYq2Ug&amp;e=" target="_blank">metroitpartner.com</a></span><br>
This e-mail message and any attachment are intended exclusively for the named addressee. They may contain confidential information which may also be protected by professional secrecy. Unless you are the named addressee (or authorised to receive for the addressee)
you may not copy or use this message or any attachment or disclose the contents to anyone else. If this e-mail was</span><o:p></o:p></p>
</div>
</blockquote>
</div>
<p class="MsoNormal"><br clear="all">
<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<p class="MsoNormal">-- <o:p></o:p></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p><b><span style="font-size:10.0pt;font-family:&quot;Segoe UI&quot;,sans-serif;color:#4D4D4D">Steve Schroeder&nbsp;</span></b><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#444444">|<b><i>&nbsp;</i></b></span><b><span style="font-size:10.0pt;font-family:&quot;arial black&quot;,sans-serif;color:black">veri</span></b><b><span style="font-size:10.0pt;font-family:&quot;arial black&quot;,sans-serif;color:#CD040B">z</span></b><b><span style="font-size:10.0pt;font-family:&quot;arial black&quot;,sans-serif;color:black">on</span></b><o:p></o:p></p>
<p><span style="font-size:9.0pt;font-family:&quot;Segoe UI&quot;,sans-serif;color:#5F5F5F">Service Assurance</span><o:p></o:p></p>
<p><span style="font-size:9.0pt;font-family:&quot;Segoe UI&quot;,sans-serif;color:#5F5F5F">O 908-203-5487 | M&nbsp;609-226-5995</span><o:p></o:p></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p><span style="font-size:9.0pt;font-family:&quot;Arial&quot;,sans-serif"><a href="https://aether.nss.vzwnet.com/" target="_blank"><span style="color:#1155CC">5GC/Aether Homepage</span></a><span style="color:#5F5F5F">&nbsp;</span><span style="color:#666666">|</span><span style="color:#5F5F5F">&nbsp;</span><a href="https://status.aether.nss.vzwnet.com/custom/aether/" target="_blank"><span style="color:#1155CC">Aether
Status Page</span></a></span><span style="font-size:9.5pt"><o:p></o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p><span lang="DE" style="font-size:9.0pt;font-family:&quot;Verdana&quot;,sans-serif;
mso-ansi-language:DE">Geschäftsanschrift/Business address: Wipro Business
Solutions GmbH, Metro-Straße 12, 40235 Duesseldorf, Germany<br>
Geschäftsführung/Management Board:&nbsp;Thomas Viefhaus, Michael Seiger, Anandh
Raghavan<o:p></o:p></span></p><p class="MsoNormal"><span lang="DE" style="font-size:9.0pt;line-height:107%;
font-family:&quot;Verdana&quot;,sans-serif;mso-ansi-language:DE">Sitz Düsseldorf,
Amtsgericht Düsseldorf, HRB 18232/Registered Office Düsseldorf, Commercial
Register of the Düsseldorf Local Court, HRB 18232<o:p></o:p></span></p><p><span lang="DE" style="font-size:9.0pt;font-family:&quot;Verdana&quot;,sans-serif;
mso-ansi-language:DE">Betreffend Mails von *@</span><span class="m-472899960855416743msohyperlink"><span style="font-size:9.0pt;font-family:
&quot;Verdana&quot;,sans-serif;color:#0563C1"><a href="https://www.wipro.com/business-process/" target="_blank"><span lang="DE">metroitpartner.com</span></a></span></span><span lang="DE" style="font-size:9.0pt;font-family:&quot;Verdana&quot;,sans-serif;mso-ansi-language:
DE"><br>
Die in dieser E-Mail enthaltenen Nachrichten und Anhänge sind ausschließlich
für den bezeichneten Adressaten bestimmt. Sie können rechtlich geschützte,
vertrauliche Informationen enthalten. Falls Sie nicht der bezeichnete Empfänger
oder zum Empfang dieser E-Mail nicht berechtigt sind, ist die Verwendung,
Vervielfältigung oder Weitergabe der Nachrichten und Anhänge untersagt. Falls
Sie diese E-Mail irrtümlich erhalten haben, informieren Sie bitte unverzüglich
den Absender und vernichten Sie die E-Mail.<o:p></o:p></span></p><p>

<span style="font-size:9.0pt;line-height:107%;font-family:&quot;Verdana&quot;,sans-serif;
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-bidi-font-family:
&quot;Times New Roman&quot;;mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;
mso-fareast-language:EN-US;mso-bidi-language:AR-SA">Regarding mails from *@<span class="m-472899960855416743msohyperlink"><span style="color:#0563C1"><a href="https://www.wipro.com/business-process/" target="_blank">metroitpartner.com</a></span></span><br>
This e-mail message and any attachment are intended exclusively for the named
addressee. They may contain confidential information which may also be
protected by professional secrecy. Unless you are the named addressee (or
authorised to receive for the addressee) you may not copy or use this message
or any attachment or disclose the contents to anyone else. If this e-mail was</span></p></body>
</html>

Attachment Content-Type Size
unknown_filename text/html 21.3 KB

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Akshay Joshi 2022-05-10 05:59:37 Re: Estimated release date for official pgadmin4 repos for Ubuntu 22.04 Jammy Jellyfish?
Previous Message Schroeder, Steven 2022-05-06 11:13:21 Re: [E] Re: [EXT] LDAP issues