Displaying 4 results from an estimated 4 matches for "lanid".
Did you mean:
laid
2006 Nov 15
0
Documented format of smbusers file??
The samba.org documentation page does not provide a man page for the possible formats
for the smbusers file.
I am fighting with samba->Active Directory and mapping AD users to Unix logins.
The AD guy says credentials can be either:
<Domain NetbiosName>/<lanid>
or
<lanid>@<Domain FQDN>
BUT, I seem to be having luck (with some help from the log files) using:
unixuser = fqdn\lanid
and
unixuser = short-netbiosname\lanid
Neither of these is the UPN (<lanid>@<Domain FQDN>) format.
Are there docs someplace that discuss in...
2016 Apr 04
0
Using R for cURL commands,Message-ID:
...The
parameters of the call are assembled as a nested list "xlist" prior to this section. The
set of errors I check for is unique to the API I'm talking to, an internal one that's a
bit odd in its return codes, but still it gives you the idea.
auth <- authenticate(id$lanid, id$password, type="basic")
query <- POST(url=control$posturl, body= xlist, auth, encode="json")
if (status_code(query) >= 300) handle_reset(control$posturl)
if (status_code(query) == 401)
stop("invalid lanid/password for this application&...
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...+
+static void bcp_script __P((fsm *, char *)); /* Run an up/down script */
+static void bcp_script_done __P((void *));
+
+/*
+ * Lengths of configuration options.
+ */
+#define CILEN_VOID 2
+#define CILEN_BRIDGELINEID 4
+#define CILEN_MACSUPPORT 3
+#define CILEN_TINYGRAM 3
+#define CILEN_LANID 3
+#define CILEN_MACADDR 8
+#define CILEN_SPANTREE 3
+#define CILEN_IEEE_802_TAGGED_FRAME 3
+#define CILEN_MGMT_INLINE 2
+
+#define CODENAME(x) ((x) == CONFACK ? "ACK" : \
+ (x) == CONFNAK ? "NAK" : "REJ")
+
+/*
+ * This state variable is used to ensure...
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir,
I was trying to install bridge as we are installing
scps gateway in our testbed.This requires us to
install the bridge.
Our Linux version is 2.4.18 ~3 and we are using redhat
7.2
Please let me know which is the bridge I should
install and how to configure it.
Before configuring the bridge what I should check in
my configuration.
Thanks for your time,
Sincerely
Rama
=====
I hear