Searched refs:login (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm34 my($login,$pass,$acct) = (undef,undef,undef);
111 elsif($tok =~ /^(login|password|account)$/)
135 my($pkg,$mach,$login) = @_;
141 undef $login
146 if(defined $login)
152 if(exists $m->{login} && $m->{login} eq $login);
165 sub login subroutine
169 exists $me->{login}
[all...]
H A DPOP3.pm69 sub login subroutine
71 @_ >= 1 && @_ <= 3 or croak 'usage: $pop3->login( USER, PASS )';
376 if ($pop->login($username, $password) > 0) {
440 =item login ( [ USER [, PASS ]] )
456 Similar to L</login>, but the password is not sent in clear text.
H A DFTP.pm232 sub login { subroutine
1233 $ftp->login("anonymous",'-anonymous@')
1234 or die "Cannot login ", $ftp->message;
1295 appended to the login identifier. This kind of setup is also refered to
1341 =item login ([LOGIN [,PASSWORD [, ACCOUNT] ] ])
1343 Log into the remote FTP server with the given login information. If
1345 package to lookup the login information for the connected host.
1346 If no information is found then a login of I<anonymous> is used.
1347 If no password is given and the login is I<anonymous> then I<anonymous@>
1685 Mount a different file system structure without changing login o
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dauth.c202 char login[1024]; local
208 grub_memset (login, 0, sizeof (login));
218 if (!grub_username_get (login, sizeof (login) - 1))
228 if (grub_strcmp (login, user->name) == 0)
235 cur->callback (login, entered, cur->arg);
/osnet-11/usr/src/lib/libshell/common/data/
H A Dbuiltins.c54 "login", NV_BLTIN|BLT_ENV|BLT_SPC, Bltin(login),
74 "newgrp", NV_BLTIN|BLT_ENV|BLT_SPC, Bltin(login),
869 "the current shell terminates a login session.]"
923 "to its command does not change during a login session. When the "
1359 "[l?Invoke the shell as a login shell; \b/etc/profile\b and \b$HOME/.profile\b, "
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dmisc.c25 * login [arg...]
53 struct login struct
62 struct login logdata;
101 register struct login *logp=0;
108 logp = (struct login*)extra;
/osnet-11/usr/src/lib/libresolv2/include/
H A Dport_after.h370 __posix_getpwnam_r(const char *login, struct passwd *pwptr,
376 getpwnam_r(const char *login, struct passwd *pwptr,
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dutil.py367 # Perform a terminal-interactive PAM login
372 Perform a terminal-interactive PAM login.
383 blk = self._auth.login("C", user);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm267 capitalized login C<name>. The C<shell> field, if blank, must be
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm228 getpwnam User get passwd record given user login name
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm2254 $class->debug(qq[Going to login("anonymous","$Config::Config{cf_email}")]);
2255 unless ( $ftp->login("anonymous",$Config::Config{'cf_email'}) ){
2256 warn "Couldn't login on $host";
2779 # then and login manually to host, using e-mail as

Completed in 1287 milliseconds