Questions tagged [uid]

uid refers to a string used for record keeping which is not guaranteed to be unique, but should be in the large majority of use cases.

uid stands for one of the following:

  • user identifier
  • unique identifier

References

368 questions
2
votes
2 answers

java imap, performance issues, fetching all mails

I will use java mail api to handle mails like thunderbird etc. I have to fetch mails having 1000 messages. My design will be: When user performs a synch on a folder, i will get all uids of the messages in the folder: Message[] msgs =…
benchpresser
  • 2,171
  • 2
  • 23
  • 41
2
votes
4 answers

How can I tie a String value to a
  • -tag, as a hidden parameter?
  • I am extracting data from a database that I do not administer. It is a single list, and the important values are: Folder Name Index Integer UID (unique identification) String Filename I have successfully created a Tree-structured browser, based on…
    jumps4fun
    • 3,994
    • 10
    • 50
    • 96
    2
    votes
    3 answers

    Facebook Connect uid MySQL storage problem

    I'm doing a Facebook Connect integration. I use the Facebook PHP library to get the uid, like: $facebook = new Facebook($api_key, $secret); $fb_user = $facebook->require_login(); $fbuser is a 16-character long bigint, such as…
    hiester
    • 178
    • 4
    • 12
    2
    votes
    1 answer

    cannot run android unit test if I set the shareduserId as "android.uid.system"

    I got a problem when I was running a test that the target Package's sharedUserId is "android.uid.system" when I type this in shell adb shell am instrument -w -e class com.lewa.security2.holder.ClearanceHolderTest …
    hooope
    • 23
    • 2
    2
    votes
    2 answers

    How works ApplicationInfo().uid and are there distinction with system apps?

    I am trying to know if I can get root privileges with a system app to execute commands. In this code: getApplicationInfo().uid In the documentation I can read that the uid is the kernel user-ID that has been assigned to this application; currently…
    Josema
    • 445
    • 2
    • 6
    • 22
    2
    votes
    2 answers

    Does the Android app user id change after uninstall and reinstall?

    If I uninstall an app from my Android device and reinstall it, does the user id change? For example, if the user was app-60 before, will it be app-60 (uid 60) again after reinstallation?
    fazhang
    • 485
    • 6
    • 13
    2
    votes
    2 answers

    Look for unique ID pattern which easy indexed by search engines

    Like from Microsoft - "KB2756872" or from National Vulnerability Database - "CVE-2010-1428" or from Red Hat - "RHSA-2010:0376" or from OIDs - "1.3.6.1.4.1.311" or from UUID/GUID - "550e8400-e29b-41d4-a716-446655440000". I want to put several jobs to…
    gavenkoa
    • 45,285
    • 19
    • 251
    • 303
    2
    votes
    1 answer

    Yahoo IMAP UID+ COPYUID broken?

    It seems the COPYUID functionality in Yahoo's IMAP UID+ is not at all working. e.g. our task that moves messages receives the trace: S: C32 OK [COPYUID 1348693428 122572 122552] COPY completed We log into the box and verify uidvalidity: S: * OK…
    djechlin
    • 59,258
    • 35
    • 162
    • 290
    1
    vote
    6 answers

    Generate a Unique ID using PHP and MYSQL

    Hi I am creating a system that processes and ID and a UID, The UID we are generating randomly but I am a little stuck, I need to always generate a UID that does not currently exist in the db as the field is a unique field used on the front end so as…
    André Figueira
    • 6,048
    • 14
    • 48
    • 62
    1
    vote
    1 answer

    Android permissions and guid and uid

    Hello I am trying to find out how is guid and UID assigned to a particular app in android. I know roughly what goes on in zygote and also that during package installation UID is assigned to that app, however I want to know where exactly this takes…
    nikhilelite
    • 301
    • 1
    • 4
    • 16
    1
    vote
    1 answer

    Omniauth Google Account UID?

    I'm using the omniauth gem so people can log in to my site with their google accounts. I have it working with facebook and twitter but I for google accounts I can't extract the UID properly on the callback. For Facebook & Twitter I can…
    Alex Fox
    • 1,175
    • 2
    • 15
    • 27
    1
    vote
    1 answer

    how to select all user ids in the comments of some post?

    I need to select all user_ids who leave comment on some post. Is there fql to do this?
    1
    vote
    1 answer

    Linux Container: Failed to set up id mapping

    lxc 20220302000315.323 ERROR lxc_start - start.c:lxc_spawn:1163 - Failed to set up id mapping. Unprivileged container is not coming up with the below error in the container logs lxc 20220302000315.323 ERROR lxd - start.c:lxc_spawn:1163 -Failed…
    Bindu
    • 11
    • 2
    1
    vote
    1 answer

    is UID in firebase automatically created/read for each user?

    I'm sorry if my question is basic question... is UID in firebase automatically created when we implement .setUid() at the first user sign-up account? and if we are login to that user account and implement .getUid(), can we retrieve the same UID? I…
    Irul Atip
    • 13
    • 3
    1
    vote
    1 answer

    "detail": "Authentication credentials were not provided." getting this error while posing uid and token

    I created class based view to access uid and token . I wish to activate user that created. I am receiving the activation link via email. when I click on link I wish activate that user. But getting error 401 in response and {"detail":"Authentication…