Skip to content

Commit 8c91bb5

Browse files
committed
- two minor changes with domain names and username
1 parent 6e44077 commit 8c91bb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guide/03-the-gis/working-with-different-authentication-schemes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,13 @@
202202
"\n",
203203
"\n",
204204
"Portal-tier Authentication with LDAP - enterprise user\n",
205-
"Logged in as: Publisher@AVWORLD\n"
205+
"Logged in as: Publisher@DOMAIN\n"
206206
]
207207
}
208208
],
209209
"source": [
210210
"print(\"\\n\\nPortal-tier Authentication with LDAP - enterprise user\")\n",
211-
"gisldap = GIS(\"https://portalname.domain.com/webadapter_name\", \"AVWORLD\\\\Publisher\", \"password\")\n",
211+
"gisldap = GIS(\"https://portalname.domain.com/webadapter_name\", \"DOMAIN\\\\Publisher\", \"password\")\n",
212212
"print(\"Logged in as: \" + gisldap.properties.user.username)"
213213
]
214214
},
@@ -296,7 +296,7 @@
296296
"\n",
297297
"\n",
298298
"PKI with PFX file and password\n",
299-
"Logged in as: BMAJOR@ESRI.COM\n"
299+
"Logged in as: BILLTHEUSER@DOMAIN.COM\n"
300300
]
301301
}
302302
],

0 commit comments

Comments
 (0)