blob: 5d30e82ce281fdb20846203faebaea8fefd737c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
<!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%20user%0A%09names&In-Reply-To=%3CCANa9xwu%3DQyNZeCB8zUbjcDOWjO3SsBiNH3FhS6CVPY4THaC6Lw%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="006097.html">
<LINK REL="Next" HREF="006100.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] Feature request: uppercase letters in user names</H1>
<B>Romain d'Alverny</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Feature%20request%3A%20uppercase%20letters%20in%20user%0A%09names&In-Reply-To=%3CCANa9xwu%3DQyNZeCB8zUbjcDOWjO3SsBiNH3FhS6CVPY4THaC6Lw%40mail.gmail.com%3E"
TITLE="[Mageia-discuss] Feature request: uppercase letters in user names">rdalverny at gmail.com
</A><BR>
<I>Wed Dec 14 17:19:41 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="006097.html">[Mageia-discuss] Feature request: uppercase letters in user names
</A></li>
<LI>Next message: <A HREF="006100.html">[Mageia-discuss] Feature request: uppercase letters in user names
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6098">[ date ]</a>
<a href="thread.html#6098">[ thread ]</a>
<a href="subject.html#6098">[ subject ]</a>
<a href="author.html#6098">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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> 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>
Indeed. The uid is not meant to be the display name, unless by
default. Wondered if we had a better option than export FULLNAME=`grep
-e "^$USER:" /etc/passwd|gawk -F':' '{print $5}'` in .bash_profile?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="006097.html">[Mageia-discuss] Feature request: uppercase letters in user names
</A></li>
<LI>Next message: <A HREF="006100.html">[Mageia-discuss] Feature request: uppercase letters in user names
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6098">[ date ]</a>
<a href="thread.html#6098">[ thread ]</a>
<a href="subject.html#6098">[ subject ]</a>
<a href="author.html#6098">[ 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>
|