Home
last modified time | relevance | path

Searched refs:passwd (Results 1 – 25 of 142) sorted by relevance

123456

/openbmc/openbmc/poky/meta/recipes-core/base-passwd/
H A Dbase-passwd_3.6.3.bb3 HOMEPAGE = "https://launchpad.net/base-passwd"
41 ${D}${mandir}/pl/man8/update-passwd.8
44 install -o root -g root -p -m 644 ${S}/passwd.master ${D}${datadir}/base-passwd/
45 sed -i 's#:/root:#:${ROOT_HOME}:#' ${D}${datadir}/base-passwd/passwd.master
46 sed -i 's#/usr/sbin/nologin#${NOLOGIN}#' ${D}${datadir}/base-passwd/passwd.master
61 for i in passwd group; do
91 f = open(d.expand("${STAGING_DATADIR}/base-passwd/passwd.master"), 'r')
92 passwd = "".join(f.readlines())
101 \tcat << 'EOF' > $D${sysconfdir}/passwd
102 """ + passwd + """EOF
[all …]
/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/
H A D0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch9 passwd.master | 2 +-
12 diff --git a/passwd.master b/passwd.master
14 --- a/passwd.master
15 +++ b/passwd.master
H A D0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch11 passwd.master | 2 +-
14 diff --git a/passwd.master b/passwd.master
16 --- a/passwd.master
17 +++ b/passwd.master
H A D0007-Add-wheel-group.patch10 Index: base-passwd-3.5.26/group.master
12 --- base-passwd-3.5.29.orig/group.master
13 +++ base-passwd-3.5.29/group.master
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0001-support-authentication-for-kickstart.patch75 +def load_to_str(location, user=None, passwd=None):
84 + return _load_url(location, user=user, passwd=passwd)
93 +def _get_auth(location, user=None, passwd=None):
98 + if user is None or passwd is None:
106 + auth = HTTPBasicAuth(user, passwd)
108 + auth=HTTPDigestAuth(user, passwd)
112 +def _load_url(location, user=None, passwd=None):
114 + auth = _get_auth(location, user=user, passwd=passwd)
140 + s = load_to_str(f, user=username, passwd=password)
H A D0004-load.py-retry-to-invoke-request-with-timeout.patch66 def _get_auth(location, user=None, passwd=None):
69 @@ -92,6 +119,10 @@ def _get_auth(location, user=None, passwd=None):
71 def _load_url(location, user=None, passwd=None):
77 auth = _get_auth(location, user=user, passwd=passwd)
/openbmc/qemu/qga/
H A Dcommands-posix-ssh.c17 static struct passwd *
20 struct passwd *p; in test_get_passwd_entry()
28 p = g_new0(struct passwd, 1); in test_get_passwd_entry()
43 static struct passwd *
47 struct passwd *p; in get_passwd_entry()
60 mkdir_for_user(const char *path, const struct passwd *p, in mkdir_for_user()
86 const struct passwd *p, Error **errp) in write_authkeys()
117 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_add_authorized_keys()
166 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_remove_authorized_keys()
214 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_get_authorized_keys()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dsamba-4.3.9-remove-getpwent_r.patch35 struct passwd **pwd_array_p,
44 const struct passwd *p1,
46 struct passwd *pwd, pwd1, pwd2;
51 "failed to enumerate passwd");
55 struct passwd *pwd, pwd1, pwd2, pwd3, pwd4;
60 "failed to enumerate passwd");
H A Dsmb.conf91 passwd program = /usr/bin/passwd %u
92passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\…
/openbmc/linux/fs/smb/client/
H A Dsmbencrypt.c65 E_md4hash(const unsigned char *passwd, unsigned char *p16, in E_md4hash() argument
73 if (passwd) /* Password must be converted to NT unicode */ in E_md4hash()
74 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
/openbmc/openbmc/poky/meta/classes/
H A Duseradd_base.bbclass41 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
44 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
83 local other_users=`echo "$awk_check_users" | awk -f- $rootdir/etc/passwd`
104 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
107 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
143 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
158 bbnote "${PN}: Performing equivalent of passwd --expire with [$opts]"
159 # Directly set sp_lstchg to 0 without using the passwd command: Only root can do that
161 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
166 bbfatal "${PN}: passwd --expire operation did not succeed."
H A Duseradd.bbclass9 # base-passwd-cross provides the default passwd and group files in the
12 DEPENDS:append:class-target = " base-files shadow-native shadow-sysroot shadow base-passwd"
129 # base-passwd's postinst may not have run yet in which case we'll get called later, just exit.
130 # Beware that in some cases we might see the fake pseudo passwd here, in which case we also must
132 if [ ! -f $D${sysconfdir}/passwd ] ||
133 grep -q this-is-the-pseudo-passwd $D${sysconfdir}/passwd; then
153 bbwarn "missing type of passwd db action"
207 USERADDSETSCENEDEPS:class-target = "${MLPREFIX}base-passwd:do_populate_sysroot_setscene pseudo-nati…
272 rdepends += ' ' + d.getVar('MLPREFIX', False) + 'base-passwd'
H A Dextrausers.bbclass23 PACKAGE_INSTALL:append = " ${@['', 'base-passwd shadow'][bool(d.getVar('EXTRA_USERS_PARAMS'))]}"
55 passwd-expire)
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dmakedbs.sh18 if [ -e /etc/passwd ]; then
19 target=$VAR_DB/passwd.db
25 printf "=%s ", $$3; print }' /etc/passwd | \
/openbmc/phosphor-net-ipmid/command/
H A Drakp12.cpp181 ipmi::SecureString passwd; in RAKP12() local
201 passwd = ipmi::ipmiUserGetPassword(userName); in RAKP12()
202 if (passwd.empty()) in RAKP12()
211 if (!ipmi::ipmiUserPamAuthenticate(userName, passwd)) in RAKP12()
287 std::copy_n(passwd.c_str(), passwd.size(), authAlgo->userKey.data()); in RAKP12()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/
H A Dopenldap_2.6.7.bb44 mdb ldap meta null passwd proxycache dnssrv \
57 # UNIX crypt(3) passwd support:
65 # Backends="asyncmeta dnssrv ldap mdb meta null passwd perl relay sock sql wt"
91 #--enable-passwd enable passwd backend no|yes|mod no
92 PACKAGECONFIG[passwd] = "--enable-passwd=mod,--enable-passwd=no,"
210 INSANE_SKIP:${PN}-backend-passwd += "dev-so"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/gutenprint/
H A Dgutenprint_5.3.4.bb61 # Pull in base-passwd for the lp user
62 DEPENDS:append:class-target = " base-passwd"
63 PACKAGE_WRITE_DEPS += "base-passwd"
/openbmc/openbmc/poky/meta/recipes-extended/man-db/
H A Dman-db_2.12.1.bb16 DEPENDS = "libpipeline gdbm groff-native base-passwd"
17 RDEPENDS:${PN} += "base-passwd"
18 PACKAGE_WRITE_DEPS += "base-passwd"
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/
H A Dget-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch16 struct passwd *pwp;
18 - struct passwd pw;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0004-lxdm.c-add-function-to-change-password-with-pam.patch32 @@ -759,6 +763,69 @@ int lxdm_auth_user(int type,char *user, char *pass, struct passwd **ppw)
117 int lxdm_auth_user(int type,char *user,char *pass,struct passwd **ppw);
119 void lxdm_do_login(struct passwd *pw,char *session,char *lang,char *option);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0002-Fix-configure-when-bin-sh-is-not-bash.patch31 -elif test "`getent passwd oprofile 2>/dev/null`" == "" || \
33 +elif test "`getent passwd oprofile 2>/dev/null`" = "" || \
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dpasswd2 # The PAM configuration file for the Shadow `passwd' service
/openbmc/openbmc-build-scripts/
H A Dkernel-build-setup.sh43 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
74 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-deploy-ssh-keys.bbclass48 uid=`cat ${IMAGE_ROOTFS}/etc/passwd | grep "${username}:" | awk -F ":" '{print $3}'`
49 guid=`cat ${IMAGE_ROOTFS}/etc/passwd | grep "${username}:" | awk -F ":" '{print $4}'`
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DHPSpecific.pm1702 my $passwd = &getGlobal('BIN','passwd');
1793 &B_Backtick("$passwd -s -a")));
1797 &B_Backtick("$passwd -s -a")));
1801 &B_Backtick("$passwd -s -a")));
1912 my $passwd = &getGlobal('FILE',"passwd");
1919 (&B_match_line($passwd, '^\s*\+'))) {
1922 } elsif ((&B_match_line($passwd, '^\s*\+'))) {

123456