diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20111214/006100.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20111214/006100.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20111214/006100.html b/zarb-ml/mageia-discuss/20111214/006100.html new file mode 100644 index 000000000..8caf97fdc --- /dev/null +++ b/zarb-ml/mageia-discuss/20111214/006100.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Feature request: uppercase letters in user names + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Feature%20request%3A%20uppercase%20letters%20in%0A%09user%09names&In-Reply-To=%3C20111214163834.GY21938%40mars-attacks.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="006098.html"> + <LINK REL="Next" HREF="006101.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Feature request: uppercase letters in user names</H1> + <B>nicolas vigier</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Feature%20request%3A%20uppercase%20letters%20in%0A%09user%09names&In-Reply-To=%3C20111214163834.GY21938%40mars-attacks.org%3E" + TITLE="[Mageia-discuss] Feature request: uppercase letters in user names">boklm at mars-attacks.org + </A><BR> + <I>Wed Dec 14 17:38:34 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="006098.html">[Mageia-discuss] Feature request: uppercase letters in user names +</A></li> + <LI>Next message: <A HREF="006101.html">[Mageia-discuss] Feature request: uppercase letters in user names +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6100">[ date ]</a> + <a href="thread.html#6100">[ thread ]</a> + <a href="subject.html#6100">[ subject ]</a> + <a href="author.html#6100">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Wed, 14 Dec 2011, Romain d'Alverny wrote: + +><i> On Wed, Dec 14, 2011 at 17:01, Florian Hubold <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">doktor5000 at arcor.de</A>> wrote: +</I>><i> > Am 14.12.2011 16:33, schrieb Renaud (Ron) Olgiati: +</I>><i> >>> First, it is not clear if the request is clearly about the system user +</I>><i> >>> id/login or about the user real name +</I>><i> >> From what he wrote, I get the impression he prefers to see iZoli, rather than +</I>><i> >> izoli, when working the CLI. Why not ? +</I>><i> > +</I>><i> > Well, then just change the prompt, so it will display iZoli. Why do we need +</I>><i> > to support uppercase letters in user names for that? +</I>><i> +</I>><i> Indeed. The uid is not meant to be the display name, unless by +</I>><i> default. Wondered if we had a better option than export FULLNAME=`grep +</I>><i> -e "^$USER:" /etc/passwd|gawk -F':' '{print $5}'` in .bash_profile? +</I> +getent passwd $USER | gawk -F':' '{print $5}' + +so that it works if the account is not in /etc/passwd. + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="006098.html">[Mageia-discuss] Feature request: uppercase letters in user names +</A></li> + <LI>Next message: <A HREF="006101.html">[Mageia-discuss] Feature request: uppercase letters in user names +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6100">[ date ]</a> + <a href="thread.html#6100">[ thread ]</a> + <a href="subject.html#6100">[ subject ]</a> + <a href="author.html#6100">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |